[Haskell-cafe] Long-running request/response protocol server using enumerator/iterator/iterIO/pipes/conduits/...

Michael Snoyman michael at snoyman.com
Thu Jun 28 14:45:56 CEST 2012


On Wed, Jun 27, 2012 at 10:41 AM, Erik de Castro Lopo
<mle+hs at mega-nerd.com> wrote:
> Michael Snoyman wrote:
>
>> That's
>> the reason I added connect-and-resume to conduit. I use the technique
>> in warp[1], which in fact *does* support multiple request/response
>> pairs due to connection keep-alive. But the code base isn't the
>> easiest introduction to the technique. If there's interest, I'll try
>> to put together a blog post on using connect-and-resume to solve this
>> kind of problem.
>
> +1
>
> Erik
> --
> ----------------------------------------------------------------------
> Erik de Castro Lopo
> http://www.mega-nerd.com/
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe

I've written up the blog post, but it will only be going public once
conduit is released (hopefully pretty soon). For the curious, it's
available on Github at:

https://github.com/yesodweb/yesodweb.com-content/blob/master/blog/2012/6/conduit-0-5.md

Michael



More information about the Haskell-Cafe mailing list