[EMAIL PROTECTED] wrote:
> 
> On Fri, 27 Apr 2001, Ben Laurie wrote:
> 
> > [EMAIL PROTECTED] wrote:
> > >   +    * add a pool argument to setaside() to tell a bucket "do whatever
> > >   +      you need to do, to ensure that you survive as long as this
> > >   +      pool." Immortal and heap buckets never have work. File, socket,
> > >   +      mmap, pipe, and pool buckets can do nothing if the given pool is
> > >   +      equal to, or a descendent of the pool they are using. Apache's
> > >   +      core_output_filter can then say "setside(conn->pool)" to ensure
> > >   +      that a saved brigade will last as long as the connection.
> >
> > Is this going to work when called multiple times with different pools?
> 
> I think it will have to.

I agree! (And the natural implementation will, I presume - though that
does require all pools to be rooted in a single one, which they are, are
they not?).

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff

ApacheCon 2001! http://ApacheCon.com/

Reply via email to