[plt-scheme] Runaway Memory in Web Server

From: Henk Boom (lunarc.lists at gmail.com)
Date: Sun Jun 1 20:29:25 EDT 2008

2008/5/31 Jay McCarthy <jay.mccarthy at gmail.com>:
> There is not. Could you submit a feature request?
>
> Jay
>
> On Thu, May 29, 2008 at 9:43 PM, Henk Boom <lunarc.lists at gmail.com> wrote:
>> 2008/5/29 Henk Boom <lunarc.lists at gmail.com>:
>> Thanks! That handled the gradual increase in memory use. I notice that
>> it still takes a large amount of memory if I make many requests (i.e.
>> hold f5 for a second or two in firefox), is there a way to limit the
>> maximum number of concurrent requests?
>>

Done.
http://bugs.plt-scheme.org/query/?cmd=view&pr=9444

It could also be useful to set an explicit memory limit, e.g. if more
than X MB of resident memory is used wait for already started requests
to finish and then do a garbage collection.


Posted on the users mailing list.