Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET HTTP Connection Limit

Tags:

asp.net

I know this was required in ASP.NET 1.1 because it would limit http connections to 2 by default.

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

However I believe in the 2.0 framework it defaults to 12n where n is the number of cpus?

Can anyone confirm that is correct?

like image 513
Ryan Sampson Avatar asked Jun 09 '26 12:06

Ryan Sampson


1 Answers

Yes, the default is 12 * #CPUs (12n) in ASP.NET 2.0.

like image 145
Jamie Dixon Avatar answered Jun 12 '26 02:06

Jamie Dixon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!