Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66687 invoked from network); 6 May 2003 10:39:30 -0000 Received: from unknown (HELO titanchat.com) (217.160.72.104) by pb1.pair.com with SMTP; 6 May 2003 10:39:30 -0000 Received: (qmail 27521 invoked by uid 1038); 6 May 2003 10:39:29 -0000 Date: Tue, 6 May 2003 12:39:29 +0200 (CEST) X-X-Sender: sas@fragrance To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Update on the lexer-no-stdio patch From: sascha@schumann.cx (Sascha Schumann) On Tue, 6 May 2003, Wez Furlong wrote: > I am investigating this issue. Why is stream->chunk_size set to 1 for sockets? That appears absurdly inefficient to me. It might also trigger bugs in remote software which expects e.g. a HTTP request to arrive in one packet. - Sascha