c# - Any Downside to Increasing "maxconnection" Setting in system.net? -


our system having problem wcf connections being limited, solved this answer. added setting client's web.config, , limit of 2 concurrent connections went away:

outside of obvious impacts (e.g. overloading server), there downsides setting limit number (possibly much) higher default "2"? source on reasoning having default low begin with?


Comments