On Tue, 25 Mar 2003, Juozas Baliuka wrote:

> Date: Tue, 25 Mar 2003 19:14:49 +0200
> From: Juozas Baliuka <[EMAIL PROTECTED]>
> Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]>
> To: Jakarta Commons Developers List <[EMAIL PROTECTED]>
> Subject: Re: [DBCP] Please let us start to improve the connection pool
>
> Is it for drivers like postgresql jdbc ? It returns thread safe connection
> (but I do not trust and do use this feature).
>

IIRC, it was originally added to assist applications that always found
themselves running out of connections, even at low volumes of transactions
(so it was not an issue of too many simultaneous requests).  Normally,
that means the app is borrowing connections and not returning them -- at
some point, you run out.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to