Re: My input filter is being called times

2012-09-11 Thread Eric Covener
On Tue, Sep 11, 2012 at 3:53 AM, yanchao0724 wrote: > Hi, > I'm a apache beginner from China. And I wrote an input filter that used > to acquire the whole post data, and then cleanup it all,and filling up the > brigade with new content ;So the later modules can handle the new content . >

Re: Bucket brigade & filter thread safety

2012-09-11 Thread Ben Noordhuis
On Mon, Sep 10, 2012 at 3:53 PM, Alex Bligh wrote: > Ben, > > >> No, but the documentation omits some crucial details. >> apr_pool_create() is thread-safe only if: >> >> 1. libapr is compiled with APR_HAS_THREADS >> 2. APR_POOL_DEBUG is turned off >> 3. the parent pool has a thread-safe allocator