Re: changing a Clinet/Server application to use connection pooling
- From: "Jason Fischer" <jason_fischer_aus@xxxxxxxxxxxxxx>
- Date: Sun, 23 Oct 2005 13:31:35 +1000
Thanks Brian, that's what I thought.
Is there anything documented anywhere detailing the benefits of having an
application use connection pooling or keeping 1 dedicated connection?
Thanks
"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:6vmll1leg1de0cppq11qg23no6hmcdj8dr@xxxxxxxxxx
>
>>Ok, I see that, but is there not another way of doing connection pooling?
>>Like I said, I have one ADO connection in my app that is always open from
>>the start to shutdown of the app.
>>Does this still mean that connection pooling is happening.
>
> Connection pooling is happening but if your app is holding on to a
> connection it
> doesn't need the benefit of connection pooling.
> Connection pooling holds connections that are released by an application
> open
> for a while so that the next application that needs a connection can use
> one of
> the open connections.
>
>
> --
> Brian Bushay (TeamB)
> Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: changing a Clinet/Server application to use connection pooling
- From: Brian Bushay TeamB
- Re: changing a Clinet/Server application to use connection pooling
- References:
- changing a Clinet/Server application to use connection pooling
- From: Jason Fischer
- Re: changing a Clinet/Server application to use connection pooling
- From: Brian Bushay TeamB
- Re: changing a Clinet/Server application to use connection pooling
- From: Jason Fischer
- Re: changing a Clinet/Server application to use connection pooling
- From: Brian Bushay TeamB
- changing a Clinet/Server application to use connection pooling
- Prev by Date: Re: Bulk Insert and ADOCommand
- Next by Date: Testing for TABLE in database
- Previous by thread: Re: changing a Clinet/Server application to use connection pooling
- Next by thread: Re: changing a Clinet/Server application to use connection pooling
- Index(es):
Relevant Pages
|