On Wed, Jun 27, 2001 at 10:17:40PM -0700, [EMAIL PROTECTED] wrote: > > Not to be contrary, but this can be easily resolved, by passing in a > simple flag when creating a pool. That flag tells us whether or not we > should lock when using the pool.
The real point is that we have a global freelist. If we can split off the freelist, we can remove the need for locks in special cases (i.e. request pools). The easiest way to split off this freelist (to me) seems to be to switch to SMS. If I'm wrong or if you have any suggestions, please correct me. -- justin