Performance Impact on sql server for configuring Connection Lifetime and Max Connection Pool values in connection string -


i wanted understand impact of performance on server if set max pool size =500 , connection lifetime=60 seconds in connection string specified in web.config

is dangerous set connection max pool size connection lifetime=60s ? added configuration getting exception thrown default connection max pool size i.e 200 had increase 500 though closing connection explained in other forums microsoft docs?

thanks,

k s


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -