12 Sep
2010
12 Sep
'10
7:22 p.m.
How about using boost::asio. It automatically deals with worker
threads
and such.
I need the worker thread within a Boost.Asio extension. ;)
You can create multiple asio services, with each service having its own worker thread(s). So the extension, would have its own service, which deals with the worker thread(s) for you. Possibly over kill, but is the easy way out from reinventing the wheel. Or I may just not understand the problem. Ray -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.