Sam Carleton wrote:
On 11/26/07, ed <[EMAIL PROTECTED]> wrote:

Generally speaking, if you're using apr routines then they should
handle the memory resources for you, there should be little need for
allocating on the heap.

However - you do have to be very careful of your pool scope.  A single
misplaced conn->pool reference means your request data is going to
survive every kept-alive request on that worker for that client; while
there are even uglier ways to mess yourself up using the process, child
or even cmd pools.

Bill

Reply via email to