Re: [BUGS] BUG #5995: connection pooling not working

2011-04-28 Thread Kevin Grittner
Please keep the list copied. I'm moving this to the pgsql-admin list (with a blind copy to -bugs), since there is really no hint of a PostgreSQL bug here, except possibly in terms of how we document this issue. Suprabhat Mohapatra wrote: > Should I send you the sample code that we are using

Re: [BUGS] BUG #5995: connection pooling not working

2011-04-27 Thread Scott Mead
First, this isn't a bug... this is more of a discussion for -general or -admin. On Wed, Apr 27, 2011 at 9:44 AM, Kevin Grittner wrote: > "Suprabhat" wrote: > > > FATAL: too many connections already and there are too many > > postgres processes on the server. We have used connection > > pooling

Re: [BUGS] BUG #5995: connection pooling not working

2011-04-27 Thread Kevin Grittner
"Suprabhat" wrote: > FATAL: too many connections already and there are too many > postgres processes on the server. We have used connection > pooling methods after unsuccessfully using pgpool2. Is there a thread somewhere where you were trying to get help configuring pgpool? > Probably we ar

[BUGS] BUG #5995: connection pooling not working

2011-04-27 Thread Suprabhat
The following bug has been logged online: Bug reference: 5995 Logged by: Suprabhat Email address: suprabh...@gmail.com PostgreSQL version: 8.4 Operating system: ubuntu Description:connection pooling not working Details: Hi, we are using java jsp front end to develop