Re: Long running queries and timeouts

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Francisco Reyes <lists(at)natserv(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Long running queries and timeouts
Date: 2002-01-22 15:52:45
Message-ID: web-673007@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Francisco,

> > If queries > 2 min are common, you'll need some kind of "progress
> bar"
> > mechanism that updates the page every 40 seconds to prevent the
> > browser from timing out.
> > -Josh
>
> Do you have any experience on this? Sample code?
> Is that a term you think I may search for on the web "progress bar"?

Actually, my web developer and I talked about the programming necessary
to do this, and decided that it was easier to break up the
long-running function into 3 smaller functions. So, no, we don't have
any sample code. In fact, we might be willing to buy some code that
creates a progress bar from someone who does have it ...

-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Jeff Self 2002-01-22 20:13:01 Not able to connect to server from PHP
Previous Message Francisco Reyes 2002-01-22 14:12:37 Re: PHP Abstraction layers