Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Elevate and Connection Pooling
Thu, Jul 19 2007 12:55 AMPermanent Link

Mr Strong

Hi,

1. Does ElevateDB support connectino pooling?

If not any have any ideas or code to impliment this?

Regards
Thu, Jul 19 2007 5:26 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< 1. Does ElevateDB support connection pooling? >>

Are you asking about the VCL (TDataSet), or via the ODBC Driver or .NET ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jul 19 2007 7:36 PMPermanent Link

Mr Big

VCL... of course Smile  (but is it support in either of the other options also?)


"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:


<< 1. Does ElevateDB support connection pooling? >>

Are you asking about the VCL (TDataSet), or via the ODBC Driver or .NET ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Jul 20 2007 3:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< VCL... of course Smile  (but is it support in either of the other options
also?) >>

Well, with the ElevateDB Server, you can configure a thread cache size on
the server side in order to keep a cache of session threads around for
quicker re-use.  As for the client side - ElevateDB always shares the same
database connections within a given session in order to prevent
instantiation of additional connections.  Other than that, however, there
isn't any connection pooling on the client side at the session level
(session=connection in EDB).

As for the other options (ODBC and .NET), both of them provide connection
pooling at a higher level, so EDB automatically has connection pooling.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image