Re: mod_mem_cache & pools

2003-12-09 Thread Bill Stoddard
Ian Holsman wrote: hi. I was wondering if the queue/hash routines in mod-mem-cache could be reverted to using the pool based ones, instead of the malloc-based ones. and possibly change some of the object creation to pool based as well. this would leave the headers/content as malloc'd 2 reason

mod_mem_cache & pools

2003-12-09 Thread Ian Holsman
hi. I was wondering if the queue/hash routines in mod-mem-cache could be reverted to using the pool based ones, instead of the malloc-based ones. and possibly change some of the object creation to pool based as well. this would leave the headers/content as malloc'd 2 reasons I can see for this