Comment #1775 was deleted by justin

From: nobody <nobody(at)developer(dot)pgadmin(dot)org>
To: pgsql-www(at)postgresql(dot)org
Subject: Comment #1775 was deleted by justin
Date: 2005-01-16 02:21:45
Message-ID: 200501160221.j0G2LjhZ028468@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Author: Dima Fedotov <billy(at)dautkom(dot)lv>
Page: 7.4/jdbc-datasource.html
----
(sorry for my bad english)
I have maked simple example using connection pool. I test situation when connection between db-server and client are broken.
My test client gets connection from pool, do some transactions and put connection back to pool (using con.close()).
If restart postgres while client is working, all established connections from pool becomes not functional. If call con.close() connection puts back to pool, but it not working! If do not call con.close, then after few restarting of postgres pool riches maximum connection count.... How to invalidate not working connections?

Browse pgsql-www by date

  From Date Subject
Next Message nobody 2005-01-16 02:23:01 Comment #535 was deleted by justin
Previous Message nobody 2005-01-16 02:20:15 Comment #1801 was deleted by justin