You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sadaf Alvi <sa...@uffaq.com> on 2004/07/13 06:17:22 UTC

Re: [Request for commnets] performance issue : calloc & free vs creating subpool for cache management???

thanx!
i wanna write a cache library and come up with 2 different techniques to allocate cache memory
1) use calloc & free for each node 
2) create a subpool in pconf for each node 
which will be better from performance point of view?