Netty's easy to understand --50.Reactor (Douglas C.Schmidt)

Earlier we have scalable IO in java analyzed a little early, and now we enter another article written by a foreign doctoral thesis:

 reactor design mode for processing the service request, which is concurrent requests one or more client applications.

 Each application service may be provided by multiple methods form, that the event is a separate processor, which is responsible for dispatching designated service requests.

Event dispatching processor initialization is performed by the dispenser, the dispatcher management registered event handlers.

Multiple servers for a request to be executed have been a synchronous event demultiplexer to complete.

 

Reactor also called Dispatcher, Notifler

Thought Implication in Fig.

 

 

 

Guess you like

Origin blog.csdn.net/qq_37909508/article/details/91360154