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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -