
24 Mar
2005
24 Mar
'05
4:02 p.m.
Hans Malherbe <hans.malherbe@gmail.com> writes:
Reactor makes your service "reactive" by serially demultiplexing events synchronously (Proactor has mutliple threads ready to do work).
Note that it's also possible to use a thread pool with the ACE_TP_Reactor, somewhat blurring the thread-related distinction above. -- Steven E. Harris