what is connection pooling?
how we can use it? and why?
plz reply with example.
what is connection pooling?
how we can use it? and why?
plz reply with example.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Monika SinhaPosted Aug 21, 2007, 6:48 AM
Connection pooling is the ability of re-use your connection to the Database. This means if you enable Connection pooling in the connection object, actually you enable the re-use of the connection to more than one user.
The connection pooling is enabled by default in the connection object. If you disable the connection pooling, this means the connection object which you create will not be re-used to any other user than who create that object.
Munir ShaikhPosted Aug 20, 2007, 7:16 AM
Here is URL:
http://www.c-sharpcorner.com/UploadFile/munnamax/connectionpooling08112007062332AM/connectionpooling.aspx
Hope this will be useful.
Regards,
>>Munnamax
Mahesh ChandPosted Aug 20, 2007, 6:35 AM
Rohit,
On C# Corner, we have a search control. If you type your keyword, say "connection pooling", you will see many articles. Try that.
Here is an article on CP.
http://www.c-sharpcorner.com/UploadFile/dsdaf/ConnPooling07262006093645AM/ConnPooling.aspx