Error!
Success!

The Reactor Pattern using C#

0
kicks

The Reactor Pattern using C#  (Unpublished)

The Reactor Pattern is a design pattern for synchronous demultiplexing and dispatching of concurrently arriving events. It receives incoming messages/requests/connections from multiple concurrent clients and processes these messages sequentially using event handlers. Basically the Reactor pattern allows an application to handle concurrent events while retaining the simplicity of single-threading.


Kicked By:
Drop Kicked By: