added ParallelSocketAcceptor and Reactor w/ tests

ParallelSocketAcceptor and Reactor provide parallel (threaded) data
handling
This commit is contained in:
aleks-f
2013-01-03 23:41:38 -06:00
parent 7094df540f
commit f0cefd2976
18 changed files with 403 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ public:
~SocketReactorTest();
void testSocketReactor();
void testParallelSocketReactor();
void testSocketConnectorFail();
void testSocketConnectorTimeout();