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

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -