.net - More connections or more connection-pools? -


here have 1 component generates different queries thousand websites.

this component deployed on several webservers hosts hundreds of them. pointed same sql server.

well, when have performance issues, it's hard find site generating problem.

due reason, we've been implementing strategy injects website url on application name configuration of connection string, shown in image.

connections

well, question is:

what's better? having more connections srv-sites-01 (red mark) or 1 pool srv-sites-02 (blue mark).

what's pro , cons 2 situations?

thanks,

armando

with 1 pool more reuse out of connections. understand try reduce number of connections. don't use many pools.

use 1 pool , instrument application find out site using resources.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -