[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] libevent is blocking on me
- To: libevent-users@xxxxxxxx
- Subject: [Libevent-users] libevent is blocking on me
- From: Ron Combs <roncombs64@xxxxxxxxx>
- Date: Mon, 18 Jan 2010 15:25:58 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Mon, 18 Jan 2010 15:26:03 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=CZOk3FyjqV4F6/2C6wh+TK85ESJ8jhdRu64PYwSPC+I=; b=UMwVkgqx/Fk8bMbZqGBSCIB334pxNZeddWGJMGibIcRcwVGVcMDBuivLCZR6qj3LLN bfV8Sm/nJMWV1K7ocwOuIdM2lSG9oReOPgCvZw7eqDSJCLuTx27qslxZeVk7rg1xbVJo 7BJuPXZptUuXlU+47R9lSnJFDvbX1Ylo/3Uws=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KwUqxnaXXyuDl2lvyNXUygi2ZX9JjqPFbRgN6mMSpvF03jOMZJfHBIYpibaxmBAiLx O+GV1RU0H/d/YlmXGTmMOZ792HnyYaCeNdQLjd60rj7eqpXNjHiX7Kae6Prb+Tpn08SI yJOKUZbhmsTjReJP5bf/bU6i9EusPYkR+ERk0=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
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?