Re: Long running queries and timeouts

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Frank Bax <fbax(at)sympatico(dot)ca>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Long running queries and timeouts
Date: 2002-01-20 15:50:24
Message-ID: 20020120104820.U32376-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

On Sat, 19 Jan 2002, Frank Bax wrote:

>
> set_time_limit( <secs> );
>
>
> At 11:48 AM 1/19/02 -0500, Francisco Reyes wrote:
> >How are you handling long running queries on your PHP?

I just read the explanation at the php.net site for that function and it
doesn't seem to do what I would need:
"Any time spent on activity that happens outside the execution of the
script such as ......database queries, etc. is not included when
determining the maximum time that the script has been running."

I am going to try anyway to see if this helps.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2002-01-20 15:56:03 Re: Long running queries and timeouts
Previous Message Justin Clift 2002-01-20 15:04:38 LinuxTag 2002 - European Linux Conference, June 6-9

Browse pgsql-php by date

  From Date Subject
Next Message Francisco Reyes 2002-01-20 15:56:03 Re: Long running queries and timeouts
Previous Message jeff fitzmyers 2002-01-20 14:56:42 Re: Long running queries and timeouts