Re: Help with timeouts - Mailing list pgsql-php

From Adam Lang
Subject Re: Help with timeouts
Date
Msg-id 015701c14dba$4c6619a0$330a0a0a@rutgersinsurance.com
Whole thread Raw
In response to Help with timeouts  ("Josh Berkus" <josh@agliodbs.com>)
List 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@freestart.hu>
To: "Josh Berkus" <josh@agliodbs.com>; <pgsql-php@postgresql.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...




pgsql-php by date:

Previous
From: "Papp Gyozo"
Date:
Subject: Re: Help with timeouts
Next
From: "Mitch Vincent"
Date:
Subject: Re: Help with timeouts