Edin Kadribasic wrote:
> Doing flush after each output operation does carry a performance penalty. The 
> following example illustrates it:
> 
> php -d implicit_flush=0 -r 'for ($i=0; $i<1000000; $i++) echo $i;' > file
> 
> This one executes about twice as fast on my machine compared to php with 
> implicit_flush turned on. The example is of course written to emphasise the 
> issue.


? default implicit_flush to isatty(stdout) should help here?

-- 
Six Offene Systeme GmbH     http://www.six.de/
i.A. Hartmut Holzgraefe
Email: [EMAIL PROTECTED]
Tel.:  +49-711-99091-77


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

Reply via email to