RE: Browser times out

2004-12-30 Thread Bob Showalter
Denzil Kruse wrote: > Hi all, > > I think I'm having a problem with my browser timing > out because my cgi script is taking too long. The > script processes some database records. When it does > 250 of them, it takes about a minute or so, and the > browser has no problem. But when I do more, th

RE: Browser times out

2004-12-30 Thread Denzil Kruse
--- Bob Showalter <[EMAIL PROTECTED]> wrote: > It's probably the server timing out and not the > browser. > Okay, I'll see if I can change that. > One way is to have the CGI script output some data > periodically. I tried that but it didn't work. I'll do it again and make sure I hit everywh

RE: Browser times out

2004-12-30 Thread Denzil Kruse
--- Bob Showalter <[EMAIL PROTECTED]> wrote: > > Is there a way to tell the browser to hang around > a > > bit longer to wait for a response? Or is there > > another way to keep the browser's attention so it > > knows it has a "live connection" and to wait? > > One way is to have the CGI script

Re: Browser times out

2004-12-30 Thread Sean Davis
On Dec 30, 2004, at 1:54 PM, Denzil Kruse wrote: --- Bob Showalter <[EMAIL PROTECTED]> wrote: Is there a way to tell the browser to hang around a bit longer to wait for a response? Or is there another way to keep the browser's attention so it knows it has a "live connection" and to wait? One way

RE: Browser times out

2004-12-30 Thread Chris Devers
On Thu, 30 Dec 2004, Denzil Kruse wrote: > I tried that, but it didn't matter much. What happens is I have a > link. When I click on it, the browser hangs. If I switch to another > application on my desktop whose window covers the browser, and then I > switch back to the browser, the graphic

Re: Browser times out

2004-12-31 Thread Shaun Fryer
On Thu, Dec 30, 2004 at 10:54:00AM -0800, Denzil Kruse wrote: > I checked the apache conf file, and Timeout is set to > 300. I don't know if that's the right variable for > this. Why would it cut out after only 30 seconds? TMK that is the correct default value. However there is probably a work a

Re: Browser times out

2004-12-31 Thread Denzil Kruse
--- Shaun Fryer <[EMAIL PROTECTED]> wrote: > > TMK that is the correct default value. However there > is probably a > work around. You may be running into an output > buffering problem. > In otherwords, your script may be waiting to > output/print data until > after it's buffer is full (probabl