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

2 Feb
2011
2 Feb
'11
4:01 p.m.
On Wed, Feb 2, 2011 at 6:30 PM, Antoine Latter
Or you could remove the socket from the map while it's in use.
And what about connection limits? We shouldn't create a thousand connections to the same host =). -- Felipe.

7 Feb
7 Feb
5:37 p.m.
New subject: [Haskell-cafe] http-enumerator: redirects, streaming and keep-alive
On Wed, Feb 2, 2011 at 1:01 PM, Felipe Almeida Lessa 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...
5221
Age (days ago)
5226
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bryan O'Sullivan
-
Felipe Almeida Lessa