[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Question on event-test.c sample program
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] Question on event-test.c sample program
- From: Ed Day <edday2006@xxxxxxxxx>
- Date: Sat, 11 Jun 2011 06:19:57 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Sat, 11 Jun 2011 06:20:05 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=+Ce51wQkoApYox3I9FD5DxAQmNOKR1OyY7M5wVDu6vE=; b=Oh5mApr8m9j2yD2zjM4Q5eBJSh1aKBL19ElLwPkkANgjyGhsMh2HN2UUm10m6hGT9O 1tuoPZtHld8nPwexj+xHVnExnwkgPJPK83NQWjv7h3Aip2QVemrStUvJnTGT7H5RtnF8 1si6bzWKCWaHJS89nQK2dikbL0K0TvYG2Uq1Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YyJgtgKQd8gUFykizSTs/ivtoZoTTA4Ixph5Uyx6/atSOU4sDlA1RdiTk3tuacgtlR /jZgIS5Sp3WuvnyoBYbxBI41tsW68EQaWQv6o0QE4yEtWYU9kxyXgK8g7Y5so5/MwG3M AM5ByvgJqNkJfnNPkT0x+++rRDpx5ka4U4fZE=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
I see in the event-test.c sample program the disclaimer that it does
not work on non-UNIX platforms (which to me means Windows, maybe
others?). It looks like this is an implementation of a named pipe.
This has been a problem I have been trying to solve on Windows for
awhile now, how to asynchronously read from named pipes and sockets in
a standard read event loop. Can libevent do this through the IOCP
capability?
Regards,
Ed
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.