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 16:25:08
Message-ID: 015701c14dba$4c6619a0$330a0a0a@rutgersinsurance.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hmmm.... that's odd. I had a friend that had a query that took a long time
and we changed that and it worked... weird.

Well, ignore my posts then.

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

>
> Hello,
>
> from the PHP manual:
> "
> Note: The set_time_limit() function and the configuration directive
> max_execution_time only affect the execution time of the script itself.
Any
> time spent on activity that happens outside the execution of the script
such
> as system calls using system(), the sleep() function, database queries,
etc.
> is not included when determining the maximum time that the script has been
> running.
> "
>
> 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.
>
> Have you tried to optimize this query?
> Maybe post to this list and wait for some suggestions...

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Mitch Vincent 2001-10-05 16:28:48 Re: Help with timeouts
Previous Message Papp Gyozo 2001-10-05 16:16:09 Re: Help with timeouts