Ask a Question related to ASP Database, Design and Development.
-
Manik Roy #1
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
-
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... -
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... -
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... -
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... -
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.... -
Ray at #2
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



Reply With Quote

