SqlServer / MySql Connection pool: is it really important ?
- by stighy
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!