Menu

threadpool / News: Recent posts

threadpool 0.2.4 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. The pool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce threadpool 0.2.4. The library was adapted to the upcoming 1.35.x releases of boost. Since the last release only feature requests and success stories were reported to me. Therefore this release can be considered as stable. ... read more

Posted by Philipp Henkel 2007-10-28

threadpool 0.2.3 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.2.3. This is only a minor update which improves the shutdown policies to avoid wrong memory leak detection. Furthermore I removed the subtask concept implementation.... read more

Posted by Philipp Henkel 2007-02-26

threadpool 0.2.2 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.2.2. Size and shutdown policies were added. Furthermore basic future support is available now.
Comments on the new design are welcome. ... read more

Posted by Philipp Henkel 2006-11-26

threadpool 0.2.1 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.2.1. The library was redesigned. Mainly the pool handling, configuration and task scheduling was improved.
Comments on the new design are welcome.... read more

Posted by Philipp Henkel 2006-10-28

threadpool 0.2.0 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.2.0. The code was refactored and new feature were added. Your comments on the pool are welcome.

http://threadpool.sourceforge.net

Posted by Philipp Henkel 2006-09-07

threadpool 0.1.8 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.1.8. The pool class is now compatible with the gcc compiler. Furthermore I finished the tutorial "Prioritized Tasks". ... read more

Posted by Philipp Henkel 2006-05-30

threadpool 0.1.7 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.1.7. This is only a small update with minor code changes and some Visual Studio projects files.

http://sourceforge.net/projects/threadpool

Posted by Philipp Henkel 2006-05-17

threadpool 0.1.6 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.1.6. The task adaptor 'task' was replaced by boost::bind and now workers are unregistered from thread_group when they are terminated.... read more

Posted by Philipp Henkel 2006-05-13

threadpool 0.1.5 released

threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.

I'm pleased to announce the release of threadpool 0.1.5. The code reference was finished and a new smart_pool class was introduced.

https://sourceforge.net/projects/threadpool

Posted by Philipp Henkel 2006-02-27