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

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Aug 21 12:20:11 EDT 2008

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.

N.


Posted on the users mailing list.