On Mar 30, 2009, at 2:39 PM, Ruediger Pluem wrote:

IMHO we should do apr_pool_create *once * before the loop and
apr_pool_destroy *after* the lookp. In the loop we should only use
apr_pool_clear. apr_pool_create and apr_pool_destroy require locking
which seems to be an unneeded overhead here.


+1

Reply via email to