Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Ankur Verma
Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Martin E. Koss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 5:20 PM Subject: [PHP] Run a script for 20minutes > Hi, &

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Charlie Llewellin
If you don't want to run the script from the command line you can use ignore_user_abort with set_time_limit(?) in the script to allow you to close the browser and let it do its thing. > I have PHP3 and MySQL on Win98 and am trying to run a script that loops > through a file making process and it

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Carsten Gehling
From: "Martin E. Koss" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 1:08 PM > Is it a surprise that it might take up to 20 or 30 minutes to build over > 20,000 simple HTML files? Maybe you shouldn't run your script through the browser. To me it sounds like you're doing a one-time process

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Andy Woolley
> Is it a surprise that it might take up to 20 or 30 minutes to build over > 20,000 simple HTML files? > > Martin. > > -Original Message- > From: Dominick Vansevenant [mailto:[EMAIL PROTECTED]] > Sent: 12 February 2001 11:54 > To: Martin E. Koss; [EMAIL PROTECTED]; [EMAIL PR

RE: [PHP] Run a script for 20minutes

2001-02-12 Thread Martin E. Koss
Original Message- From: Dominick Vansevenant [mailto:[EMAIL PROTECTED]] Sent: 12 February 2001 11:54 To: Martin E. Koss; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Run a script for 20minutes I think there are timeouts on php as well: This is taken from the php.ini file. max

RE: [PHP] Run a script for 20minutes

2001-02-12 Thread Dominick Vansevenant
. -Original Message- From: Martin E. Koss [mailto:[EMAIL PROTECTED]] Sent: maandag 12 februari 2001 12:51 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Run a script for 20minutes Hi, I have PHP3 and MySQL on Win98 and am trying to run a script that loops through a file making

[PHP] Run a script for 20minutes

2001-02-12 Thread Martin E. Koss
Hi, I have PHP3 and MySQL on Win98 and am trying to run a script that loops through a file making process and it needs about 20 - 30 minutes to run. It generates static HTML files based on content in a database. I've increased Internet Explorer's timeout to allow for this but for some reason only