.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.

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
Post a Comment