Re: ASP requests and locking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • polastine

    Re: ASP requests and locking

    Hi Patrice --

    Patrice wrote:
    I addition to Anhony's reponse try :
    http://msdn.microsoft.com/en-us/library/ms998549.aspx (Improving ASP.NET
    performances).
    Thank you! I'll give that a try.
    You could pick here and there some usefull advices (in particular check
    maxWorkThreads if you want a higher peak value as I wonder if this by chance
    or not that you are at 2*maxWorkerThre ads (the defautl value is 20), how
    much CPU do you have ?)
    Yes, I had to tweak the .config file a bit for this kind of load, but
    everything seems to be working OK (crosses fingers).

    The servers will probably be dual-core xeons with ~4GB of RAM. The DB is
    a quad-core box with 16GB of RAM.

Working...