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: - pool's are faster than malloc - code duplication is ugly.

thoughts?

I know it initally was using apr's hash, but we moved it to malloc due to the increasing size problem (I think)

Regards
Ian

Reply via email to