[racket] Do stateless servlets need continuation managers?

From: Doug Orleans (dougorleans at gmail.com)
Date: Fri Mar 11 00:21:52 EST 2011

On Thu, Mar 10, 2011 at 10:59 PM, Jay McCarthy <jay.mccarthy at gmail.com>wrote:

> 2011/3/10 Doug Orleans <dougorleans at gmail.com>:
> > When I try to run this simple servlet:
> >
> > #lang web-server
> >
> > (require web-server/servlet)
>
> This line requires the STATEFUL send/suspend/dispatch, replace it with
>
> (require web-server/http/xexpr)
>
> to get response/xexpr and it should do what you think.
>
>
Aha, thanks.  In fact I don't need either require.

--Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110311/c1424dd8/attachment.html>

Posted on the users mailing list.