users
[Top] [All Lists]

JDBC connection pool test settings

To: <users@xxxxxxxxxx>
Subject: JDBC connection pool test settings
From: "Arnett, Matt" <Matt.Arnett@xxxxxxxxxx>
Date: Thu, 14 Apr 2005 10:37:32 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Thread-index: AcVA/34TpT++KzplQhGYPph2q4IGoQ==
Thread-topic: JDBC connection pool test settings

WebLogic has a setting available, called “Seconds to trust an idle pool connection”.  If configured to do so, WebLogic will test a DB connection prior to giving it to an application when the app requests it.  This “trust” option can greatly reduce the total time it takes for you app to make a SQL call (especially when several hundred SQL calls are rapidly issued on different connections) so that the connection does not have to be tested every single time an app requests it.

 

My question is, does anyone use this option and what values work best for you?  This is with MS-SQL Server 2000 and soon to be Oracle 10g.

 

How long can you expect a connection in a pool to be in good working state before it goes bad and needs to be recreated?

Thanks,
-Matt

 


This e-mail transmission contains information that is intended to be confidential and privileged. If you receive this e-mail and you are not a named addressee you are hereby notified that you are not authorized to read, print, retain, copy or disseminate this communication without the consent of the sender and that doing so is prohibited and may be unlawful. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please delete and otherwise erase it and any attachments from your computer system. Your assistance in correcting this error is appreciated.
<Prev in Thread] Current Thread [Next in Thread>