SqlServer / MySql Connection pool: is it really important ?
Posted
by stighy
on Stack Overflow
See other posts from Stack Overflow
or by stighy
Published on 2010-05-24T19:28:01Z
Indexed on
2010/05/24
19:31 UTC
Read the original article
Hit count: 414
connection-pooling
Hy guys, after a lot of problem with my hoster, i decided to disable connection pooling of my application. The problem was related to the number of concurrent connections : only five. So i decided to disable connection pooling: the result is that my web app don't crash. So i'm asking you: are there some "collateral" effect disabling connection pooling ? Is it so important ? I didn't noticed bad performance after disabling it. Thank you for your (i'm sure) precious advice!
© Stack Overflow or respective owner