[ https://issues.apache.org/jira/browse/THRIFT-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Henrique Mendonça reopened THRIFT-2069: --------------------------------------- > 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: 0.9.1 > Environment: Windows > Reporter: Ben Craig > Assignee: Ben Craig > Fix For: 0.9.2 > > 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 was sent by Atlassian JIRA (v6.2#6252)