On Thu, Jul 16, 2009 at 3:13 AM, Neil Conway<[email protected]> wrote: > On Wed, Jul 15, 2009 at 4:42 PM, Bojan Smojver<[email protected]> wrote: >> Pools are explicitly thread unsafe, so if you you are doing something to >> the same pool from two different threads, you must synchronise using >> your own mutex. > > ... except for creating subpools, which is a thread-safe operation.
...if the allocator of the pool the subpool is created on actually has a mutex. > Neil Cheers, Sander
