[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] libevent is blocking on me



inside of a http handler using evhttp, i am using evhttp_make_request to connect to a remote site and then i print the content.

when i run many request to the evhttp server, after a few request it blocks.

what im doing is it possible to do if so why is it blocking?