Re: [Libevent-users] Evhttp client + conneciton pool

2013-04-01 Thread Mark Ellzey
On Sat, Mar 30, 2013 at 04:05:59PM +0300, Nir Soffer wrote: > > On Mar 29, 2013, at 6:32 PM, lesa Le wrote: > > > > I'm trying to write a program to retrieve data using evhttp_make_request(). > > It needs to handle a significant amount of requests per second, to a decent > > amount of servers.

Re: [Libevent-users] Evhttp client + conneciton pool

2013-03-30 Thread Nir Soffer
On Mar 29, 2013, at 6:32 PM, lesa Le wrote: > > I'm trying to write a program to retrieve data using evhttp_make_request(). > It needs to handle a significant amount of requests per second, to a decent > amount of servers. Somewhere in the neighbourhood of 100s of servers, issuing > several re

[Libevent-users] Evhttp client + conneciton pool

2013-03-29 Thread lesa Le
Hi, I'm trying to write a program to retrieve data using evhttp_make_request(). It needs to handle a significant amount of requests per second, to a decent amount of servers. Somewhere in the neighbourhood of 100s of servers, issuing several requests per second. What I'm currently working on is s