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.

Neil

Reply via email to