[plt-scheme] Cleanup on Servlet Timeout (Again)

From: Henk Boom (lunarc.lists at gmail.com)
Date: Thu Aug 28 00:12:20 EDT 2008

2008/8/21 Noel Welsh <noelwelsh at gmail.com>:
> We've had bad experiences with timeout based servlets.  I would use
> the LRU manager, and implement my own timeouts.  This way you can send
> a "timeout" events to your database process and tell it to release all
> locks.
>
> Hopefully that help; I'm not sure I'm fully understood your problem.

This is a distinction which affects only continuation-based servlets,
correct? I am not using continuations for this purpose, the timeout is
to prevent an accidental infinite loop or other delay in non-core
servlet code from bringing down the entire server.

    Henk


Posted on the users mailing list.