[plt-scheme] Faster CGI

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Mon Dec 8 22:07:34 EST 2008

Yes, that's correct.  But the point is that they make it much more
friendly to use continuations if you so desire (ie, if you haven't
used the server w/ continuations in a year or two, you may want to
check whether these additions pass your necessary benchmarking).

On Mon, Dec 8, 2008 at 9:15 PM, Henk Boom <lunarc.lists at gmail.com> wrote:
> 2008/12/8 Jay McCarthy <jay.mccarthy at gmail.com>:
>> Hi Henk,
>>
>> If you are worried about memory usage and the Web Server, there are
>> two approaches you can take:
>>
>> * Use the LRU manager that lets you set a bound on memory usage.
>>
>> http://docs.plt-scheme.org/web-server/lru_ss.html
>>
>> * Use the stateless language that uses no memory for continuations
>>
>> http://docs.plt-scheme.org/web-server/stateless-servlets.html
>
> Thanks for the reply!
>
> As far as I know these two measures only effect the management of
> continuations, correct? I'm not using continuations in my servlets.
>
>    Henk
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.