On Fri, 27 Jul 2001, Bill Stoddard wrote:

> What Ryan is suggesting is slightly different than what either of us
> has proposed.

Yeah... that's because I never proposed it.  But I _had_ been thinking it
needed to be done.  :)

I did a recursive grep a few days ago for ap_send_fd... it's currently
only being used by mod_asis, which is good.  Apache itself should just
about never use it, since we almost always have more work to do (eg
flushing the brigade, sending other stuff down the chain, etc), which
makes it more efficient if we build the brigade on our own.  ap_send_fd()
is the quick-and-dirty, old-api-compatible way to do it.

>  His suggestion sends down the eos, not a flush.  Will
> commit this in a few.

Have at it!  =-)

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to