On Tue, Feb 16, 2010 at 10:12 PM, <mcqueenor...@gmail.com> wrote: > I have done a lot of c module development. I have found the same problem and > wound up simply running the module under load while keeping an eye on memory > usage. > > Use the pools. They are great and will keep you safe. Any other use of memory > allocation should be very carefully considered. >
Of course I am using pools, but using pools is not panacea, especially when non request pool is used :-) -- Marko Kevac