[plt-scheme] Faster CGI

From: Henk Boom (lunarc.lists at gmail.com)
Date: Mon Dec 8 21:15:31 EST 2008

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


Posted on the users mailing list.