Re: Connection of postgres
- From: "Adam M" <gnuman1(at)gmail(dot)com>
- Cc: pgsql-odbc(at)postgresql(dot)org
- Subject: Re: Connection of postgres
- Date: Wed, 9 Apr 2008 13:40:28 -0500
- Message-id: <84b37b360804091140r58018ccrdf7212f3662a7d1e(at)mail(dot)gmail(dot)com>
I've had a similar "problem". The connection times out and get closed
after a few hours. The solution was to do a query to keep the database
alive, for example "SELECT 1" and that's all. That is done every few
minutes.
The real test is to open 250 connections, and issue queries on each
without idle time. Does connection drop occur on active connections?
Home |
Main Index |
Thread Index