[plt-scheme] web application programming in scheme
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