request queue makes web app down

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

    request queue makes web app down

    As my web app in IIS always face request queue up due to lengthy requests.
    And finally my web app will not response and totally dead. Any methods I can
    solve this problem? Also, any article talks about how to tweak the setting
    in IIS and machine.config?

    Thanks,
    Dicky


  • Ben Strackany

    #2
    Re: request queue makes web app down

    You can search MSDN & google for "IIS tuning" or "IIS performance" for some
    articles. But if your web application is hanging, you're often better off
    making is faster, instead of just tweaking IIS. Profile your code -- where
    is the slowdown occurring? Database queries? Infinite loops? That should get
    you on the right track.

    --
    Ben Strackany
    DevelopmentNow is an award-winning creative software development agency integrating mobile, web, hardware, mixed reality, and emerging technology.


    <a href="http://www.development now.com">dn</a>


    "Dicky Cheng" <xxx@xxx.com> wrote in message
    news:ODF$mssxEH A.1452@TK2MSFTN GP11.phx.gbl...[color=blue]
    > As my web app in IIS always face request queue up due to lengthy requests.
    > And finally my web app will not response and totally dead. Any methods I[/color]
    can[color=blue]
    > solve this problem? Also, any article talks about how to tweak the setting
    > in IIS and machine.config?
    >
    > Thanks,
    > Dicky
    >
    >[/color]


    Comment

    Working...