2011/10/31 Christopher Schultz <ch...@christopherschultz.net>:
>
> PS Is there anything to be done about connector state after an OOME?
> Chuck contends that OOMEs aren't certain death for an application and
> that recovery is possible.

The problem is that with OOME you do not know what exactly remained in
the broken state.

Generally, the thread that encountered any VirtualMachineError will
rethrow the error up the whole stack die. As far as I remember my TC7
testing several months ago, for request processor threads it is not
fatal, as new processors will be created.

There might be other threads (e.g. I think it applies to the
background tasks thread) where thread death can be more fatal.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to