[Seaside] which vm for pier

Igor Stasenko siguctua at gmail.com
Fri Feb 3 19:24:27 UTC 2012


On 3 February 2012 18:33, Sven Van Caekenberghe <sven at beta9.be> wrote:
>
> On 03 Feb 2012, at 18:00, John Toohey wrote:
>
>> When the COG VM is running in headless mode, any exceptions will cause
>> the VM to exit, logging the exception to the PharoDebug.log file.
>> Check the log for an exception.
>
> Correction: any unhandled exceptions at 'top level'.
> The 'older' behavior was to open a debugger.
> The result is the same in both cases: thread stopped.
>
> Most if not all servers will/should abandon and stop that request/thread but continue to service new requests until they run out of resources.
>

Yes, and you free to change that by putting a proper exception handler
in topmost context
of worker thread.
If you don't , then a default behavior is to log error and quit to OS.


-- 
Best regards,
Igor Stasenko.


More information about the seaside mailing list