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
Fix For: 0.7
As part of an effort to use the Non-Blocking server (using gevent) 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