You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "alexandre parenteau (JIRA)" <ji...@apache.org> on 2011/06/23 22:42:47 UTC

[jira] [Updated] (THRIFT-1217) Use evutil_socketpair instead of pipe (Windows port)

     [ https://issues.apache.org/jira/browse/THRIFT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

alexandre parenteau updated THRIFT-1217:
----------------------------------------

    Attachment: evutil_socketpair.txt

Patch to teplace pipe by libevent's evutil_socketpair (based on thrift 0.6.1)

> 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
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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