Connection Management

  • Thread starter Thread starter MCM
  • Start date Start date
M

MCM

<system.net>
<connectionManagement>
<add address="*" maxconnection="1000" />
</connectionManagement>
</system.net>

What is the best practice for this section of web.config? How does this
work? What is a reasonable value for maxconnection? What does address apply
to?
 
Can you suggest a method of testing the load to determine an appropriate
value for the server?
 
With Visual Studio Team System for Database Developers as well as the
Software Testers edition, I believe there is a load test simulator that you
can run to see how well your server handles simulated loads.

-Scott
 
Back
Top