Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Jochem Maas
Nathan Nobbe wrote: > On 11/5/07, Jochem Maas <[EMAIL PROTECTED]> wrote: ... yes yes yes to all that, except for one thing. Im personally of the opinion such 'import' operation should involve no human interaction and garanteed to complete (e.g. auto resume), save for possibly initializing a proce

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Satyam
- Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> Dan Brown (the nice guy on this list, not the twat that wrote the 'daVinci Code') suggests a *much* better way to go- namely using a CLI script. the fun part is getting a button push on an admin page to somehow initiate the

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Nathan Nobbe
On 11/5/07, Jochem Maas <[EMAIL PROTECTED]> wrote: > > Nathan Nobbe wrote: > > On 11/5/07, Jon Westcot <[EMAIL PROTECTED]> wrote: > >> Hi Nathan: > >> > >> No, I'm not familiar with Ajax. Where can I read up on it? More > >> important, how can I find out if Ajax is implemented on the server?

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Jochem Maas
Nathan Nobbe wrote: > On 11/5/07, Jon Westcot <[EMAIL PROTECTED]> wrote: >> Hi Nathan: >> >> No, I'm not familiar with Ajax. Where can I read up on it? More >> important, how can I find out if Ajax is implemented on the server? Or is >> it something I can add myself? >> > although it might

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Daniel Brown
ont forget to read the manuAl AND the user comments on the pages relevant to > the functions you are using to tackle the problem > > > > > Jon > > > > - Original Message - > > From: "Jochem Maas" <[EMAIL PROTECTED]> > > To: "

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Nathan Nobbe
On 11/5/07, Jon Westcot <[EMAIL PROTECTED]> wrote: > > Hi Nathan: > > No, I'm not familiar with Ajax. Where can I read up on it? More > important, how can I find out if Ajax is implemented on the server? Or is > it something I can add myself? > if you arent familiar w/ ajax, no worries; th

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Jochem Maas
Original Message - > From: "Jochem Maas" <[EMAIL PROTECTED]> > To: "Jon Westcot" <[EMAIL PROTECTED]> > Cc: "PHP General" > Sent: Sunday, November 04, 2007 7:28 PM > Subject: Re: [PHP] Looking for ways to prevent timeout > > >&

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Jon Westcot
General" Sent: Sunday, November 04, 2007 7:28 PM Subject: Re: [PHP] Looking for ways to prevent timeout > Jon Westcot wrote: > > Hi all: > > > > I'm hoping to find a solution to the problem I'm having with my script timing out while inserting records into

Re: [PHP] Looking for ways to prevent timeout

2007-11-05 Thread Jon Westcot
AIL PROTECTED]> To: "Jon Westcot" <[EMAIL PROTECTED]> Cc: "PHP General" Sent: Sunday, November 04, 2007 7:53 PM Subject: Re: [PHP] Looking for ways to prevent timeout > On 11/4/07, Jon Westcot <[EMAIL PROTECTED]> wrote: > > > > Hi all: > > >

Re: [PHP] Looking for ways to prevent timeout

2007-11-04 Thread Nathan Nobbe
On 11/4/07, Jon Westcot <[EMAIL PROTECTED]> wrote: > > Hi all: > > I'm hoping to find a solution to the problem I'm having with my script > timing out while inserting records into a table. > > Overall, the process is pretty fast, which is impressive, but when it > gets to the 22,000 to 23,0

Re: [PHP] Looking for ways to prevent timeout

2007-11-04 Thread Jochem Maas
Jon Westcot wrote: > Hi all: > > I'm hoping to find a solution to the problem I'm having with my script > timing out while inserting records into a table. > > Overall, the process is pretty fast, which is impressive, but when it > gets to the 22,000 to 23,000 record mark, it seems to ti

[PHP] Looking for ways to prevent timeout

2007-11-04 Thread Jon Westcot
Hi all: I'm hoping to find a solution to the problem I'm having with my script timing out while inserting records into a table. Overall, the process is pretty fast, which is impressive, but when it gets to the 22,000 to 23,000 record mark, it seems to time out. I've had it get up over