[plt-scheme] Limiting Concurrent Connections to Web Server

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Jan 12 11:41:46 EST 2009

I can reproduce it. Essentially the problem is that when a connection
dies, the server kills the threads associated with it. In this case,
the killed threads were supposed to post to the semaphore when they
were done, but they never finished. Basically, the limiting is not
kill-safe [1].

Jay

1. http://www.cs.utah.edu/plt/kill-safe/

On Sat, Jan 10, 2009 at 2:15 PM, Henk Boom <lunarc.lists at gmail.com> wrote:
> Has anyone else had any luck duplicating this?
>
>    Henk
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.