On Sat, Jun 08, 2002 at 02:03:21PM -0400, Cliff Woolley wrote:
> 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.  The data that gets passed to ub_write() is transient
> in lifetime so apr_brigade_write() will be forced to copy it, but that's
> better than sending out 11 byte packets by a long shot.

Big +1

-aaron

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

Reply via email to