Re: [GENERAL] Pooling Connections with libpq

2001-02-22 Thread Alfred Perlstein
* Shaw Terwilliger <[EMAIL PROTECTED]> [010222 15:49] wrote: > Alfred Perlstein wrote: > > As a general safety precaution I would close a connection after a > > timeout or N uses. > > My application is running on the same host as PostgreSQL, so connection > timeouts should be rare (I guess this w

Re: [GENERAL] Pooling Connections with libpq

2001-02-22 Thread Shaw Terwilliger
Alfred Perlstein wrote: > As a general safety precaution I would close a connection after a > timeout or N uses. My application is running on the same host as PostgreSQL, so connection timeouts should be rare (I guess this would only happen if a backend died). Re-opening the connection after N us