[web-devel] [Haskell-cafe] http-enumerator: redirects, streaming and keep-alive

Bryan O'Sullivan bos at serpentine.com
Mon Feb 7 23:37:24 CET 2011


On Wed, Feb 2, 2011 at 1:01 PM, Felipe Almeida Lessa <felipe.lessa at gmail.com
> wrote:

>
> And what about connection limits?  We shouldn't create a thousand
> connections to the same host =).


For what it's worth, I wrote a connection pool manager for the riak package
that has to solve some of the same problems.

https://github.com/mailrank/riak-haskell-client/blob/master/src/Network/Riak/Connection/Pool.hs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/web-devel/attachments/20110207/dbe6b47a/attachment.htm>


More information about the web-devel mailing list