[plt-scheme] web application programming in scheme

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Mon May 17 11:46:03 EDT 2004

Don Felgar wrote:

> Have you considered server affinity?  Here is my documentation about
> this problem:
> http://list.cs.brown.edu/pipermail/plt-scheme/2003-August/003293.html.
>  In summary, Apache and PLT servlets operate in an incompatible
> manner.  The PLT servlet model requires that a single server process
> store all continuations.  With Apache a webapp must be stateless
> across multiple server processes; Apache makes no guarantee that any
> particular request will go to a particular server, though in practice
> keepalive means the browser usually talks to one Apache process.

That problem can be solved by letting Appache get the pages
from a PLT web-server:

<http://list.cs.brown.edu/pipermail/plt-scheme/2003-September/003568.html>

At least if I understand the problem correctly.

-- 
Jens Axel Søgaard





Posted on the users mailing list.