Re: Help with timeouts

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Help with timeouts
Date: 2001-10-05 18:03:15
Message-ID: 01c501c14dc8$01685fe0$330a0a0a@rutgersinsurance.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I'm guessing though if Konqueror generated a pop up box mention timeout, it
is the browser that is timing out. Otherwise Apache/PHP would send a HTML
page saying connection timed out. I'm surprised the default for Konqueror
is one minute. A little low in this time of dynamic websites.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Papp Gyozo" <pgerzson(at)freestart(dot)hu>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Friday, October 05, 2001 1:57 PM
Subject: Re: [PHP] Help with timeouts

> Yes, I'm also very curious now...
> Or can you post anything related to this error?
>
> ----- Original Message -----
> From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
> To: <pgsql-php(at)postgresql(dot)org>
> Sent: Friday, October 05, 2001 7:38 PM
> Subject: Re: [PHP] Help with timeouts
>
>
> > Is it possible for us to go to the site and see the error message?
> >
> > Adam Lang
> > Systems Engineer
> > Rutgers Casualty Insurance Company
> > http://www.rutgersinsurance.com
> > ----- Original Message -----
> > From: "Josh Berkus" <josh(at)agliodbs(dot)com>
> > To: <pgsql-php(at)postgresql(dot)org>
> > Sent: Friday, October 05, 2001 12:55 PM
> > Subject: Re: [PHP] Help with timeouts
> >
> >
> > > Papp,
> > >
> > > > So is there anything you forgot to mention ;)
> > > > I mean everything works fine except this query or you couldn't test
> > > > the page
> > > > without the result.
> > >
> > > Nope. Just waitin' for the query.
> > >
> > > There's a couple of things that make us believe it's the browser:
> > >
> > > 1. The timeout message on Konqueror is a dialog box, not a web page.
> > > 2. Sometimes (we think) the query returns in just under 60 seconds
(it's
> > > been clocked from the command line at 55) and it takes a few more
> > > seconds for the server to generate the HTML. The browser still times
> > > out.
> > >
> > > > Have you tried to optimize this query?
> > > > Maybe post to this list and wait for some suggestions...
> > >
> > > It's a procedure, actually, with about 16 steps. It's likely that
we'll
> > > break it down into 3-4 sub procedures for "progress reporting"
purposes.
> > > This will slow down the process overall but prevent browser timeouts.
> > >
> > > -Josh
> >
> >
> >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Adam Haberlach 2001-10-07 16:21:12 Re: Help with timeouts
Previous Message Papp Gyozo 2001-10-05 17:57:00 Re: Help with timeouts