[ 
https://issues.apache.org/jira/browse/THRIFT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061939#comment-13061939
 ] 

Hudson commented on THRIFT-1217:
--------------------------------

Integrated in Thrift #186 (See [https://builds.apache.org/job/Thrift/186/])
    THRIFT-1217 Use evutil_socketpair instead of pipe
Patch: alexandre parenteau

roger : http://svn.apache.org/viewvc/?view=rev&rev=1144286
Files : 
* /thrift/trunk/lib/cpp/src/server/TNonblockingServer.h
* /thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp


> 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

        

Reply via email to