Page 1 of 1

having trouble flushing

Posted: Sat Apr 29, 2006 5:56 pm
by s.dot
.. the darn lever is stuck :(


:P I've tried many a combination of the following to flush the output buffer

Code: Select all

ob_start();
ob_flush();
ob_end_flush();
flush();

Posted: Sat Apr 29, 2006 9:49 pm
by feyd
your web server may buffer the output as well to maximize the throughput it has and not waste packets.