How to track peculiar hang problem of ASP based site?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default How to track peculiar hang problem of ASP based site?

    Hi,

    I am having this peculiar hanging problem of my site.

    About the site:
    1) The site is an asp-based site with MSSQLServer as backend.
    2) The database is in a separate windows 2000 m/c (in private network)
    and the IIS is hosted by a windows 2000 m/c (in DMZ).
    3) The site is running in the Medium(out-of-process pooled)
    configuration.
    4) We are using ADO to connect to SQL Server. We are using SqlOleDB and
    TCP/IP to connect.

    About the hang:
    1) The hang occurs with no definite periodicity. Sometimes it occurs
    after a week. Sometimes even twice a week.
    2) During the hanged state, we are unable to run even simple asp pages
    having no database connections. Html pages are served fine.
    3) We need to always restart the DllHost_iwamm/c application to continue
    operation.

    Current Status and observations:
    1) I have run performance monitor on it today when it is still running
    ok. Users can log in and work. But the taskmanager and the perfmon logs
    show that the Dllhost is consuming near 100% cpu usage. None of the
    threads of this process was taking more than 30% of cpu.
    2) The "ASP Requests Queued" counter was 24 and the "ASP Requests
    Executing" counter was 44.
    The "ASP Errors during Script Runtime" was around 411.
    3) I have also run adplus tool on this state. The dump files were later
    analyzed by WinDbg. The logs and dumps show no locks. All the threads
    are in Unfrozen state.

    What could be a possible strategy to find what is the reason of hanging
    in this case?

    With Kind Regards,
    Manik

    If you need further information, please let me know.


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Manik Roy Guest

  2. Similar Questions and Discussions

    1. Peculiar observations of (the CommandLine) property on OSX
      Hi all, I wrote a little application that reads and writes its own file type. I wanted to launch the projector when i double clicked on this file...
    2. How to create a CD-based site?
      I am creating a book, which is currently accessed via the web, that I would also like to put on a CD for off-line viewing. To do this I need...
    3. 85% hang problem
      We're having the same problem (Contribute 3.1) and have more info which may shed light on the problem for the Contribute development team. I can...
    4. TEAM MM please help - will my site hang ?
      I have found that with my Norton AV software set to block or prompt for ActiveX downloads that visiting the following websites result in Norton...
    5. Peculiar problem using LWP::UserAgent
      I ran into peculiar problem using LWP::UserAgent. I receive a 501 - Not yet implemented error when I connect to a web-server using the User-Agent....
  3. #2

    Default Re: How to track peculiar hang problem of ASP based site?

    I'm pasting in a quote from a reply to a similar query in .compononents.
    This replay is from Pat [MSFT].

    Ray at work


    Next time it hangs, run IISState ([url]www.iisfaq.com/iisstate[/url]) against the
    process that is serving your ASP pages. This will create a log file. If
    you need help analyzing the log, you can post it to the group.

    Most likely a COM object has hung the ASP worker threads.

    iisstate -p <Pid of inetinfo or dllhost running the asp pages> <enter>

    Pat



    "Manik Roy" <mroy@duplexinfotech.com> wrote in message
    news:eYCWJMT2DHA.2792@TK2MSFTNGP09.phx.gbl...
    > Hi,
    >
    > I am having this peculiar hanging problem of my site.
    >
    > About the site:
    > 1) The site is an asp-based site with MSSQLServer as backend.
    > 2) The database is in a separate windows 2000 m/c (in private network)
    > and the IIS is hosted by a windows 2000 m/c (in DMZ).
    > 3) The site is running in the Medium(out-of-process pooled)
    > configuration.
    > 4) We are using ADO to connect to SQL Server. We are using SqlOleDB and
    > TCP/IP to connect.
    >
    > About the hang:
    > 1) The hang occurs with no definite periodicity. Sometimes it occurs
    > after a week. Sometimes even twice a week.
    > 2) During the hanged state, we are unable to run even simple asp pages
    > having no database connections. Html pages are served fine.
    > 3) We need to always restart the DllHost_iwamm/c application to continue
    > operation.
    >
    > Current Status and observations:
    > 1) I have run performance monitor on it today when it is still running
    > ok. Users can log in and work. But the taskmanager and the perfmon logs
    > show that the Dllhost is consuming near 100% cpu usage. None of the
    > threads of this process was taking more than 30% of cpu.
    > 2) The "ASP Requests Queued" counter was 24 and the "ASP Requests
    > Executing" counter was 44.
    > The "ASP Errors during Script Runtime" was around 411.
    > 3) I have also run adplus tool on this state. The dump files were later
    > analyzed by WinDbg. The logs and dumps show no locks. All the threads
    > are in Unfrozen state.
    >
    > What could be a possible strategy to find what is the reason of hanging
    > in this case?
    >
    > With Kind Regards,
    > Manik
    >
    > If you need further information, please let me know.
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139