Thursday, February 20, 2014

Improving .NET Application Performance and Scalability. Machine.config settings

Some useful tips found during tuning of Azure service.
  • maxWorkerThreads
  • minWorkerThreads
  • maxIoThreads
  • minFreeThreads
  • minLocalRequestFreeThreads
  • MaxConnection
  • executionTimeout
Tuning IIS - machine.config settings

Net 2.0 and Config MaxConnection Values

http://support.microsoft.com/kb/821268

Improving .NET Application Performance and Scalability
Chapter 17 — Tuning .NET Application Performance

Don't forget to tune your application

Powered by Blogger.