Re: [PHP] serve long duration pages

2006-06-28 Thread Richard Lynch
On Wed, June 28, 2006 8:10 am, John Gunther wrote: > This may be more appropriate for an Apache or browser forum. Perhaps > you > can suggest an appropriate one. > > I have a PHP script that takes a long time to complete (due to very > heavy database activity) although it echoes unbuffered output e

Re: [PHP] serve long duration pages

2006-06-28 Thread Richard Lynch
On Wed, June 28, 2006 8:10 am, John Gunther wrote: > This may be more appropriate for an Apache or browser forum. Perhaps > you > can suggest an appropriate one. > > I have a PHP script that takes a long time to complete (due to very > heavy database activity) although it echoes unbuffered output e

Re: [PHP] serve long duration pages

2006-06-28 Thread Adam Zey
John Gunther wrote: You're right , my task is really not a web function except for the need to trigger it from an admin page. I'm going to use the PHP command line interface to run it without web interaction. However, there are still situations where a web script may sometimes involve long run

Re: [PHP] serve long duration pages

2006-06-28 Thread John Gunther
You're right , my task is really not a web function except for the need to trigger it from an admin page. I'm going to use the PHP command line interface to run it without web interaction. However, there are still situations where a web script may sometimes involve long run times depending on t

Re: [PHP] serve long duration pages

2006-06-28 Thread Adam Zey
Jochem Maas wrote: John Gunther wrote: This may be more appropriate for an Apache or browser forum. Perhaps you can suggest an appropriate one. I have a PHP script that takes a long time to complete (due to very heavy database activity) although it echoes unbuffered output every few seconds. I'

Re: [PHP] serve long duration pages

2006-06-28 Thread Jochem Maas
John Gunther wrote: > This may be more appropriate for an Apache or browser forum. Perhaps you > can suggest an appropriate one. > > I have a PHP script that takes a long time to complete (due to very > heavy database activity) although it echoes unbuffered output every few > seconds. I've set max

[PHP] serve long duration pages

2006-06-28 Thread John Gunther
This may be more appropriate for an Apache or browser forum. Perhaps you can suggest an appropriate one. I have a PHP script that takes a long time to complete (due to very heavy database activity) although it echoes unbuffered output every few seconds. I've set max_execution_time to 0 with se