What happens to other users if the .NET worker process crashes?
Posted
by Jason Slocomb
on Stack Overflow
See other posts from Stack Overflow
or by Jason Slocomb
Published on 2010-03-26T18:36:04Z
Indexed on
2010/03/26
19:03 UTC
Read the original article
Hit count: 154
My knowledge of how processes are handled by the ASP.Net worker process is woefully inadequate. I'm hoping some of the experts out there can fill me in.
If I crash the worker process with a System.OutOfMemoryException, what would the user experience be for other users who were being served by the same process? Would they get a blank screen? 503 error?
I'm going to attempt to test this scenario with some other folks in our lab, but I thought I would float this out there. I will update with our results.
© Stack Overflow or respective owner