[racket] Lazy Request Handler

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Mar 21 09:22:42 EDT 2012


On Mar 21, 2012, at 5:18 AM, Nathan Breit wrote:

> Hi,
> I'm trying to implement a Racket web-server handler that does lazy evaluation. My approach so far as been to try making a evaluator/namespace that uses the lazy racket, then evaluate a function in it that returns a lazy request handler. However, I'm running into problems getting the handler to read the request object. My last resort will be to make a request serializer and pass serialized requests into the handler, but is there a better way?
> Thanks,
> -Nathan
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users



Are you trying to write a web server in Lazy or are you trying to write a servlet in Lazy and plug it into the existing strict server? Perhaps you want to post a code snippet that shows where things fail. -- Matthias



Posted on the users mailing list.