Re: changing a Clinet/Server application to use connection pooling
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Sat, 22 Oct 2005 20:56:29 -0500
>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: Jason Fischer
- 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
- changing a Clinet/Server application to use connection pooling
- Prev by Date: Re: Hide access password
- Next by Date: Re: Bulk Insert and ADOCommand
- 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
|