You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Ben Craig (JIRA)" <ji...@apache.org> on 2013/09/13 19:35:51 UTC

[jira] [Resolved] (THRIFT-2069) TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe

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

Ben Craig resolved THRIFT-2069.
-------------------------------

    Resolution: Fixed
    
> TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe
> ----------------------------------------------------------------------------------
>
>                 Key: THRIFT-2069
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2069
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 1.0
>         Environment: Windows
>            Reporter: Ben Craig
>            Assignee: Ben Craig
>             Fix For: 1.0
>
>         Attachments: overlapped_pipes.patch
>
>
> The documentation for ReadFile states the following:
> A pointer to an OVERLAPPED structure is required if the hFile parameter was opened with FILE_FLAG_OVERLAPPED, otherwise it can be NULL.
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa365467%28v=vs.85%29.aspx
> In C++'s TPipeServer, we create a named pipe with FILE_FLAG_OVERLAPPED, then create a TPipe with it.  TPipe then calls ReadFile without an overlapped structure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira