Re: [web-devel] [Haskell-cafe] http-enumerator: redirects, streaming and keep-alive
3 Feb
2011
3 Feb
'11
5:01 a.m.
On Wed, Feb 2, 2011 at 6:30 PM, Antoine Latter <aslatter@gmail.com> wrote:
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.
8 Feb
8 Feb
6:37 a.m.
New subject: [Haskell-cafe] http-enumerator: redirects, streaming and keep-alive
On Wed, Feb 2, 2011 at 1:01 PM, Felipe Almeida Lessa <felipe.lessa@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...
5641
Age (days ago)
5646
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bryan O'Sullivan -
Felipe Almeida Lessa