Hello,
Was wondering if one of the requests to a web server results in StackOverflow error is the whole server shutdown or just the thread dies or an error is thrown back to the client?
Will depend on the robustness of the server. In strict theory, it should only affect the ofendind thread, as the resources used by a thread should be limited. But keep in mind that such an error consumes a very high amount of heap space and that will affect the whole server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.