[PATCH 2] Re: [PATCH] mmap_setaside (with apr_mmap_dup)

2001-11-16 Thread Brian Pane
Greg Stein wrote: [...] I gave up trying to do full reference counting semantics for duplicates of apr_mmap_t, because I couldn't find a suitable pool to own the locks that would be required in a threaded implementation. Not sure what you mean here. I don't quite understand how threading comes

Re: [PATCH 2] Re: [PATCH] mmap_setaside (with apr_mmap_dup)

2001-11-16 Thread Cliff Woolley
On Fri, 16 Nov 2001, Greg Stein wrote: around the reference count. The lock API requires that we create the lock from a pool, but there isn't a really suitable pool from which to allocate the lock, given that its lifetime isn't necessarily tied to that of a request or connection. The