Re: [PHP] sleep() and Max Execution Time

2004-09-18 Thread Andrew Kreps
On Sat, 18 Sep 2004 15:19:29 -0500, Stephen Craton <[EMAIL PROTECTED]> wrote: > Thanks, I had a look at this but it doesn't seem that it will solve my > issues, since it just adds on the time the script runs but still limits it. > Any suggestions? > The manual states that if you pass set_time_lim

Re: [PHP] sleep() and Max Execution Time

2004-09-18 Thread Jason Wong
Please do not top post. On Sunday 19 September 2004 04:19, Stephen Craton wrote: > :: > Whenever I go into a loop, and then go sleep(1) or so, after about 30 > :: > executions the script will just stop running. > Thanks, I had a look at this but it doesn't seem that it will solve my > issues, si

RE: [PHP] sleep() and Max Execution Time

2004-09-18 Thread Stephen Craton
:: To: Stephen Craton; PHP List :: Subject: Re: [PHP] sleep() and Max Execution Time :: :: On Sat, 18 Sep 2004 14:19:55 -0500, Stephen Craton :: <[EMAIL PROTECTED]> wrote: :: > I know I can change the default setting in the ini but I might need to :: span :: > this script on another serve

Re: [PHP] sleep() and Max Execution Time

2004-09-18 Thread Andrew Kreps
On Sat, 18 Sep 2004 14:19:55 -0500, Stephen Craton <[EMAIL PROTECTED]> wrote: > I know I can change the default setting in the ini but I might need to span > this script on another server where I may not have the power to do that. > Whenever I go into a loop, and then go sleep(1) or so, after about

[PHP] sleep() and Max Execution Time

2004-09-18 Thread Stephen Craton
I just recently learned the power of flushing to the browser and have been playing around with it and have found a few useful actions of it. However, one annoying thing is keeping me down: the max execution time. I know I can change the default setting in the ini but I might need to span this scri