J
James Hunter Ross
Friends,
I'm not much of an ASP.NET guy. Our ASP.NET application, on IIS , has
managed DLLs call into our company's unmanaged API DLLs extensively. The
API DLL's are thread safe as far as we know, and well tested, just not well
tested under the kinds of loads they might experience being called from many
many simultaneous web sessions.
Anyway, occasionally we "lose" the aspnet_wp.exe process, with nothing
interesting logged to the event log. We are in the process of instrumenting
everything to try to collect some information to get closer to the issue.
In the meantime, as a short-term "pain reliever", we could switch hosting to
IIS 7. We would use a dedicated application pool. Do you folks find the
IIS 7 is generally more reliable for ASP.NET applications? (I know this may
not address the root cause, but if it might help, if it has proven to
generally be more stable, we'll give it try.)
Any words will be appreciated! James
I'm not much of an ASP.NET guy. Our ASP.NET application, on IIS , has
managed DLLs call into our company's unmanaged API DLLs extensively. The
API DLL's are thread safe as far as we know, and well tested, just not well
tested under the kinds of loads they might experience being called from many
many simultaneous web sessions.
Anyway, occasionally we "lose" the aspnet_wp.exe process, with nothing
interesting logged to the event log. We are in the process of instrumenting
everything to try to collect some information to get closer to the issue.
In the meantime, as a short-term "pain reliever", we could switch hosting to
IIS 7. We would use a dedicated application pool. Do you folks find the
IIS 7 is generally more reliable for ASP.NET applications? (I know this may
not address the root cause, but if it might help, if it has proven to
generally be more stable, we'll give it try.)
Any words will be appreciated! James