Re: Long running queries and timeouts - Mailing list pgsql-php

From Josh Berkus
Subject Re: Long running queries and timeouts
Date
Msg-id web-673007@davinci.ethosmedia.com
Whole thread Raw
In response to Long running queries and timeouts  (Francisco Reyes <lists@natserv.com>)
Responses Re: Long running queries and timeouts  (Francisco Reyes <lists@natserv.com>)
Re: Long running queries and timeouts  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List 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@agliodbs.com
   and data management solutions       (415) 565-7293
  for law firms, small businesses        fax 621-2533
    and non-profit organizations.      San Francisco

pgsql-php by date:

Previous
From: Francisco Reyes
Date:
Subject: Re: PHP Abstraction layers
Next
From: Jeff Self
Date:
Subject: Not able to connect to server from PHP