7 Dec
2007
7 Dec
'07
12:14 a.m.
Will I run into trouble when I port this to other compilers + platforms ?
My guess is yes.
Asio doesn't actually create threads does it? I thought it was multiplexing something or the other.
True. But it is rather easy to combine it with threads, e.g. with the threadpool from threadpool.sf.net . See the corresponding postings "async_accept: Serial or multi-threaded" comp.lib.boost.asio.user and the code I have proposed there. Thanks and Best Regards, Ruediger