[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Suggestions for Full Duplex connections?
- To: libevent-users@xxxxxxxx
- Subject: [Libevent-users] Suggestions for Full Duplex connections?
- From: vicki chaos <idvicki@xxxxxxxxx>
- Date: Fri, 9 Mar 2012 16:03:37 +0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Fri, 09 Mar 2012 03:03:50 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=S+nPapTd3Ss4PAQ54QDBqD/fiP4Gmlr4/aM97FtsTQQ=; b=A1j+AuaDMcuij/Inc07jiejZtZeOJmUclCkLmBRd4KCFHXEPgvM3IIRC+CL8zmoDV9 XaWuKECiaMMpL95hknKMZnmnZrdfpacWju2xulsJe3oUS41eU5aqf/aSdn80GNkU2x82 rcEG11vMUmY85/jqA5O7UZRfC6uicjfO8GzIlqM+heFoBxuRAHKQ4p2RwS8K0BjET0sq 5dIy0MYD3prxcOAO3M86My6t7uN9uPPxGZPg/1DZsBa8BkLE5Zr5JneHnTLt6KdHh5Tj sRQ/xrYqBn8yIrllRuBOJOw6GdxKMFsRtxGvhfs1sbfJlc9owClSGaDIdPzeKcUuiIp1 u8+w==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hi,all
i'm working on an application,based on ev_http. i need some works like relay the http request to an other server,receive the answer,and send response back from the http connection.
when talking with the other server,i need Full Duplex connections,with limit on connection count.
would somebody tell me how to do it ? i hope your reply.
Rene Zhao