Re: [boost] Re: Re: boost.threads: Thread pool

2003-01-25 Thread William E. Kempf
Michel André said: >>> Is it settled wether there will be some kind of portable id >>> (preferably streamable) i often put thread ids in log file entries. >> >>Yes, though I'm still debating about whether or not the id will be >> seperate from the boost::thread class itself. The current CVS state

[boost] Re: Re: boost.threads: Thread pool

2003-01-25 Thread Michel André
>> The idea is that all alarms should share on timer thread and a thread >> pool and a priority queue (or maybe these things should be in an >> alarm_queue class which an alarm is associated with, but there should be >> a system default if an >> alarm_queue class isn't given). There are some thorn