From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-05-09 04:48:00


----- Original Message -----
From: "James Talbut" <James.Talbut_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, May 09, 2008 9:39 AM
Subject: Re: [boost] [thread] cache of initialized threads

>> With a thread
>> cache either the threre is a cached_thread in the pool and we
>> use it to
>> launch the user function, either the chached_threader will
>> crate a new one.
>
> I suspect it's not going to help you much, but this is how the native
> thread pool behaves on Windows.
>

Hi Jim,

I don't know Windows at all. This is a good new, we will need only to
implement it for posix threads.

Could you give me some pointers?

Thanks,

Vicente