Cliff Woolley wrote:
> 
> >
> > It looks like "unbuffered" PHP output in 1.3 is benefitting from the
> > httpd's own buffering.  And "unbuffered" output in 2.0, in contrast,
> > is really, really not buffered, because of the flush buckets inserted
> > by php_apache_sapi_ub_write.
> 
> 
> If the unbuffered write really *is* allowed to be buffered (wtf?), then by
> all means we should change to using apr_brigade_write() there instead of
> the flush() buckets.
> 

You say buffered, I say unbuffered, let's call the whole thing off... :)

Seriously though, +1
-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to