[plt-scheme] Limiting Concurrent Connections to Web Server

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Jan 12 11:52:29 EST 2009

Do you think it can be made kill-safe with the current mz?

Robby

On Mon, Jan 12, 2009 at 10:41 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> 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
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.