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

From: Henk Boom (lunarc.lists at gmail.com)
Date: Wed Aug 27 23:39:13 EDT 2008

2008/8/24 Robby Findler <robby at cs.uchicago.edu>:
> On Sun, Aug 24, 2008 at 6:11 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
>> The client might be delayed indefinitely, either due to scheduling or
>> being explicitly suspended by some third party. You don't want to block
>> the server (and all other threads that might talk to the server) while
>> one client is delayed.
>
> But don't take Matthew's word for it! I bet you can make a particular
> group of readers/writers (affectionately known as a "unit test") and
> demonstrate the difference between the two possibilities.

Good idea, I hope I can find the time to try this out!

    Henk


Posted on the users mailing list.