On Mon, 11 Oct 2010 15:14:02 +0100
Martin Townsend <martin.towns...@power-oasis.com> wrote:

>   Hi,
> 
> I have created a pool from the child pool for storing warning messages 
> that can live across requests, the final request will insert the 
> warnings into the response.  How do I ensure that this pool is cleared 
> at the end of the final request?

That doesn't really make sense.  What is "the final request"?

If it's requests in a connection, use the connection pool.
Otherwise, you're looking at a time-based solution such
as garbage collection.

-- 
Nick Kew

Reply via email to