Re: Socket read fails

From: David Hustace <david(at)opennms(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Socket read fails
Date: 2006-01-26 01:18:07
Message-ID: AA18C0DC-A401-4692-A85A-ECA06D789084@opennms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On Jan 25, 2006, at 6:30 PM, Oliver Jowett wrote:

> It does not change the state of the datasource and just delegates
> to DriverManager to do the real work, so it should be threadsafe.

Ah. I just saw that. in BasicDataSource.java. Thanks for your
help. I guess I need improve my connection caching to try and remove
stale connections or switch to another implementation. Anyone have
production experience with SmartPool and a PostgreSQL driver? http://
smartpool.sourceforge.net/ It looks pretty good so far. I guess I
should search the list before asking this question. (duck)

-David

David Hustace
The OpenNMS Group, Inc.
Main : +1 919 545 2553 Fax: +1 503-961-7746
Direct: +1 919 827 1201 Skype: dhustace
Key Fingerprint: 8EC1 F319 2C1D 3197 AAB9 580F FACD 1D19 175E D903

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andres Ledesma 2006-01-26 05:32:37 Re: strange problem
Previous Message Oliver Jowett 2006-01-25 23:30:08 Re: Socket read fails