On Thu, May 17, 2001 at 05:03:29PM +0100, David Reid wrote: > Did we ever do anything about the locking issue that Justin (ISTR) threw up > when we build apr using threads? ISTR some emails but wasn't sure we ever > actually fixed it, hence the question...
Not yet. The fix is to remove the locking code from within the pools, though it might be better to get hierarchical memory allocators working first so that we can have separate per-thread allocators versus the single global allocator we have now. ....Roy
