[Haskell-cafe] haxr standalone server?

Michael Snoyman michael at snoyman.com
Thu Jan 5 17:09:31 CET 2012


On Thu, Jan 5, 2012 at 6:03 PM, Johannes Waldmann
<waldmann at imn.htwk-leipzig.de> wrote:
> Michael Snoyman <michael <at> snoyman.com> writes:
>
>> It seems like the issue is that HaXR uses CGI, whereas you want to tie
>> it in with a web server, correct?
>
> Yes.
>
>> There's a deprecated package[1] to
>> allow CGI apps to be run on any WAI handler (such as Warp).
>
> why deprecated? what's the problem with that package?
>
> J.W.
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe

Nothing wrong with it as far as I know, I just haven't updated it in a
while. There might be some issues implementing streaming request
bodies with WAI 0.4 (enumerator-based), but WAI 1.0 (conduit-based)
should handle it just fine.

Michael



More information about the Haskell-Cafe mailing list