What is the Reactor pattern?

What is the Reactor pattern?

The Reactor pattern is an architectural pattern that allows demultiplexing of event-driven applications and dispatch service requests which are delivered by one or more application clients to an application.

The reactor pattern is used in a manner that is synchronous. So that the delegated callback event takes a while for completing the running problems with scalability.
What are Process Patterns?
What are Process Patterns? - Methods, best practices, techniques for developing an Object-Oriented software comprises a process pattern...
What are Collaboration Patterns?
What are Collaboration Patterns? - Repeatable techniques which are utilized by people of different teams for helping them work together...
What are Anti-Patterns?
What are Anti-Patterns? - A design pattern which obviously appears, but is an ineffective or far from optimal in practice...
Post your comment