[PHP] php output fills apache buffer for clients with slow internet connections

2005-04-19 Thread Martin Mandl
Dear Ladies and Gentlemen, the last couple of days I browsed the internet for the answer of a questions which seems to be a common problem ... but found now real solution: I would like to serve large files (100MB) to my clients using php: while (moreDataAvailable()) { printChunk(getChunk());

Re: [PHP] php output fills apache buffer for clients with slow internet connections

2005-04-19 Thread Marek Kilimajer
Martin Mandl wrote: Dear Ladies and Gentlemen, the last couple of days I browsed the internet for the answer of a questions which seems to be a common problem ... but found now real solution: I would like to serve large files (100MB) to my clients using php: while (moreDataAvailable()) {

Re: [PHP] php output fills apache buffer for clients with slow internet connections

2005-04-19 Thread Richard Lynch
On Tue, April 19, 2005 2:13 am, Martin Mandl said: Therefore (finally) here come the questions: Is there a way to control the output speed of the php script according to the actual download speed between the browser and the server? Or is there a way to monitor the memory usage of the apache