Hi! I need to use a thread's pool in my program. There is no way to do it with boost::thread of current release. I found some libraries, but i don't know how quality is it. Please, advise me a good thread's pool library that is compatible with boost. best regards
I have used http://threadpool.sourceforge.net/ It seems to be a well-written library... On Oct 17, 2008, at 5:36 AM, Migunov Andrey wrote:
Hi!
I need to use a thread's pool in my program. There is no way to do it with boost::thread of current release. I found some libraries, but i don't know how quality is it. Please, advise me a good thread's pool library that is compatible with boost.
best regards
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
I agree with James' statement. I'm currently using threadpool.sf.net without any problems in my application. Note though, that another implementation by Oliver Kowalke is in the Boost review queue (see http://www.boost.org/community/review_schedule.html). Personally I will switch to whatever becomes a Boost standard, once available. Best, Ruediger James Sutherland wrote:
I have used http://threadpool.sourceforge.net/ It seems to be a well-written library...
On Oct 17, 2008, at 5:36 AM, Migunov Andrey wrote:
Hi!
I need to use a thread's pool in my program. There is no way to do it with boost::thread of current release. I found some libraries, but i don't know how quality is it. Please, advise me a good thread's pool library that is compatible with boost.
best regards
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Thanks for your advice! best regards, Andrey Ruediger Berlich wrote:
I agree with James' statement. I'm currently using threadpool.sf.net without any problems in my application.
Note though, that another implementation by Oliver Kowalke is in the Boost review queue (see http://www.boost.org/community/review_schedule.html).
Personally I will switch to whatever becomes a Boost standard, once available.
Best, Ruediger
James Sutherland wrote:
I have used http://threadpool.sourceforge.net/ It seems to be a well-written library...
On Oct 17, 2008, at 5:36 AM, Migunov Andrey wrote:
Hi!
I need to use a thread's pool in my program. There is no way to do it with boost::thread of current release. I found some libraries, but i don't know how quality is it. Please, advise me a good thread's pool library that is compatible with boost.
best regards
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (3)
-
James Sutherland
-
Migunov Andrey
-
Ruediger Berlich