|
Home > Archive > SQL Server JDBC > February 2006 > Is Connection Pool management provided?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Is Connection Pool management provided?
|
|
| dbowser 2006-02-06, 8:23 pm |
| It isn't clear to me. Does the new JDBC driver provide connection pool
management?
Thanks,
| |
| Tharon LeBlanc 2006-02-08, 9:23 am |
| yes.
"dbowser" <dbowser@discussions.microsoft.com> wrote in message
news:19A1B338-7533-471C-B2B1- 12FF9BFE81CA@microso
ft.com...
> It isn't clear to me. Does the new JDBC driver provide connection pool
> management?
>
> Thanks,
>
>
>
| |
| Kamil Sykora [MSFT] 2006-02-14, 1:23 pm |
| Hello,
To clarify:
The SQL Server 2005 JDBC Driver provides support for connection pooling
implemented by external pooling code. It does not, however, contain its own
pooling implementation.
For more information, please see the "Using Connection Pooling" topic in
the driver help.
Thanks,
Kamil
Kamil Sykora [MSFT]
Microsoft Developer Support - Webdata
This posting is provided "AS IS", with no warranties, and confers no
rights.
Please do not send email directly to this alias. This alias is for
newsgroup
purposes only.
--------------------
| From: "Tharon LeBlanc" <tleblanc@milsoft.com>
| Subject: Re: Is Connection Pool management provided?
| Date: Wed, 8 Feb 2006 08:50:47 -0600
| Newsgroups: microsoft.public.sqlserver.jdbcdriver
|
| yes.
|
| "dbowser" <dbowser@discussions.microsoft.com> wrote in message
| news:19A1B338-7533-471C-B2B1- 12FF9BFE81CA@microso
ft.com...
| > It isn't clear to me. Does the new JDBC driver provide connection pool
| > management?
| >
| > Thanks,
| >
| >
| >
|
|
|
| |
| Rudolf Frank 2006-02-28, 8:24 pm |
| Hello,
I'm using version 1.0.107.104 of the SQL Server 2005 JDBC Driver where an
implementation of Connection Pooling is provided through
"com.microsoft.sqlserver.jdbc. SQLServerPoolingData
Source".
Today I found that the class SQLServerPoolingData
Source doesn't exist in the
new version (1.0.809.102).
Why has this connection pool been removed? It worked fine for me in
envirnoments without application server. Has it been replaced by some other
implementation?
Thanks,
Rudolf
| |
| Evan T. Basalik 2006-02-28, 8:24 pm |
| You are using a beta version of our driver. Due to some problems getting this feature to work across all environments, we pulled this feature in the RTM
(809.102) version of the driver.
Our current plan is to add this feature back in a release later this year.
Evan
--------------------
>Thread-Topic: Is Connection Pool management provided?
>Subject: Re: Is Connection Pool management provided?
>
>Hello,
>I'm using version 1.0.107.104 of the SQL Server 2005 JDBC Driver where an
>implementation of Connection Pooling is provided through
>"com.microsoft.sqlserver.jdbc. SQLServerPoolingData
Source".
>
>Today I found that the class SQLServerPoolingData
Source doesn't exist in the
>new version (1.0.809.102).
>
>Why has this connection pool been removed? It worked fine for me in
>envirnoments without application server. Has it been replaced by some other
>implementation?
>
>Thanks,
>Rudolf
>
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
|
|
|
|
|