Re: Configure JDBC Connection Pool size
From: Ryan (rkennel_at_veng.com)
Date: 09/07/04
- Previous message: Ryan: "Question Marks Replacing Hyphens When Retreiving Data"
- Messages sorted by: [ date ] [ thread ]
Date: 6 Sep 2004 19:11:34 -0700
> The Microsoft JDBC driver doesn't implement connection pooling itself. It
> does implement the appropriate classes to allow it to be pooled by a
> third-party pool manager (or via your own custom connection pooling code).
> For more information, consult the "Microsoft SQL Server 2000 Driver for
> JDBC DataSource Implementation" section of the Knowledge Base article below:
>
> 313173 Sample Connection Pool Manager for Use with Microsoft SQL Server
> http://support.microsoft.com/?id=313173
>
> Ultimately, you will have to control the connection pool behavior in the
> pool manager and not in the JDBC driver itself.
I have run into this problem also. I implemented SQL Server pooling
using Jakarta Commons DBCP.
http://jakarta.apache.org/commons/dbcp/
- Previous message: Ryan: "Question Marks Replacing Hyphens When Retreiving Data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|