Re: Connection pooling problems

From: Didrik Pinte <dp(at)adhoc(dot)be>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Connection pooling problems
Date: 2003-02-04 09:27:11
Message-ID: 5.1.0.14.0.20030204102428.02462ba8@192.168.0.11
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

At 04:18 2/4/2003 -0500, Tom Lane wrote:
>Is it possible that the application does nothing with the database for
>an hour or so before the connection is lost? If there's no traffic for
>awhile, it could be that the firewall is dropping the connection.
>
> regards, tom lane

Sure it's possible, but how can i prevent the error ? I think it's the job
of the PooledDataSource and not mine. Maybe they are some configuration
option I did not set well.

Didrik Pinte

**** DISCLAIMER ****
This e-mail and any attachments thereto may contain information
which is confidential and/or protected by intellectual property
rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form)
by persons other than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender
and delete the material from any computer.
Thank you for your cooperation.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-02-04 10:10:13 Re: bug in AbstractJdbc1Statement.java (7.3)
Previous Message Tom Lane 2003-02-04 09:18:25 Re: Connection pooling problems