Subject: Re: [boost] [threadpool] relation with TR2 proposal
From: k-oli_at_[hidden]
Date: 2008-09-12 06:34:05


Am Freitag, 12. September 2008 10:52:50 schrieb joaquin_at_[hidden]:
> Hello,
>
> I learnt yesterday that there is a TR2 proposal for a thread_pool,
> sponsored by
> our Boost colleague Anthony Williams:
>
> http://www2.open-std.org/JTC1/sc22/wg21/docs/papers/2007/n2276.html
>
> What is the relationship with this proposal of the threadpool library
> that is being
> discussed these days here at the Boost list?
>
> Thank you,
>
> Joaquín M López Muñoz
> Telefónica, Investigación y Desarrollo
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost

The threadpool lib in the vault has no relation to the TR2 proposal.
It seams that Anthonys lib is simple - no support for task interruption, lazy
task evaluation or task chanining, channel and queue types etc.

Oliver