Finding source code for Reactor Pattern example in C ++

Just read the Douglas R. Schmidz document on the reactor template, and I would like to see a good example, actually implemented, to clear up some questions. I spent some time looking for a fully implemented example, but could not find it. If someone has already done this and wants to share this code, which would be greatly appreciated. Or, of course, a link to an example in C ++ will also be great.

+3
source share
2 answers

You will find working examples of implementing the Reactor template in the freely available source for the ACE framework, developed by Douglas R. Schmidt: http://www.cs.wustl.edu/~schmidt/ACE.html

" C++", 2: " ACE Framework" . Logger ( ACE), , - .

+2
+1

All Articles