Reactor pattern

The reactor software design pattern is an event handling strategy that can respond to many potential service requests concurrently. The pattern's key component is an event loop, running in a single thread or process, which demultiplexes incoming requests and dispatches them to the correct request handler.

Source: Wikipedia — Reactor pattern (CC BY-SA 4.0)

Reactor pattern

The reactor software design pattern is an event handling strategy that can respond to many potential service requests concurrently. The pattern's key component is an event loop, running in a single thread or process, which demultiplexes incoming requests and dispatches them to the correct request handler.

Source: Wikipedia "Reactor pattern" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy