On 15 Apr 2002, Jeff Trawick wrote: > What happens if we kill the cleanup on the apr_mmap_t when we create > an mmap bucket?
That would work [and would be the preferable solution as far as I'm concerned], but there's currently no API to do it with. To kill the cleanup, you need access to the cleanup function itself, but it's static to apr/mmap/*/mmap.c. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
