ASP.NET ProcessModel for better thruput


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <processModel
  2. enable="true"
  3. timeout="Infinite"
  4. idleTimeout="Infinite"
  5. shutdownTimeout="00:00:05"
  6. requestLimit="Infinite"
  7. requestQueueLimit="5000"
  8. restartQueueLimit="10"
  9. memoryLimit="60"
  10. webGarden="false"
  11. cpuMask="0xffffffff"
  12. userName="machine"
  13. password="AutoGenerate"
  14. logLevel="Errors"
  15. clientConnectedCheck="00:00:05"
  16. comAuthenticationLevel="Connect"
  17. comImpersonationLevel="Impersonate"
  18. responseDeadlockInterval="00:03:00"
  19. responseRestartDeadlockInterval="00:03:00"
  20. autoConfig="false"
  21. maxWorkerThreads="100"
  22. maxIoThreads="100"
  23. minWorkerThreads="40"
  24. minIoThreads="30"
  25. serverErrorMessageFile=""
  26. pingFrequency="Infinite"
  27. pingTimeout="Infinite"
  28. maxAppDomains="2000"
  29. />

URL: http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.