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.
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
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