Local Memory pool

2008-07-22 Thread Jason Fister
Hello all, In my apache module, I receive, process and return large amounts of data. The size of the data could be as large as 100's of megabytes. I allocate memory from the request pool and let apache clean up the memory after each request is served. Although, apache is supposed to reclaim memor

Re: Local Memory pool

2008-07-24 Thread Jason Fister
I am sending this again hoping someone would respond. Thanks in advance. Jason On Tue, Jul 22, 2008 at 11:42 AM, Jason Fister <[EMAIL PROTECTED]> wrote: > Hello all, > > In my apache module, I receive, process and return large amounts of data. > The size of the data could be as large as 100's o