[ https://issues.apache.org/jira/browse/THRIFT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059178#comment-13059178 ]
alexandre parenteau commented on THRIFT-1217: --------------------------------------------- @Roger: thanks for your input, I uploaded a new improved patch (thrift-1217.patchv0.2.txt). Tested compilation on Ubuntu with vanilla libevent 1.14.13, and latest libevent 2.0.12. Patch based on latest Thrift trunk. > Use evutil_socketpair instead of pipe (Windows port) > ---------------------------------------------------- > > Key: THRIFT-1217 > URL: https://issues.apache.org/jira/browse/THRIFT-1217 > Project: Thrift > Issue Type: Improvement > Components: C++ - Library > Affects Versions: 0.6.1, 0.7 > Environment: Windows C++ 9.0, 10.0 > Reporter: alexandre parenteau > Priority: Minor > Labels: patch > Fix For: 0.7 > > Attachments: evutil_socketpair.txt, thrift-1217.patchv0.2.txt > > Original Estimate: 24h > Remaining Estimate: 24h > > As part of an effort to use the Non-Blocking server (using libevent) on > Windows, it was necessary to remove the use of "pipe" for the notification > mechanism to signal end-of-task. We propose to use evutil_socketpair instead > (tested with libevent 2.0.12). Patch included. Please see > https://github.com/aubonbeurre/thrift/blob/alex-0.6.1/README.non.blocking.Windows > for more details. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira