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

Hudson commented on THRIFT-1890:
--------------------------------

Integrated in Thrift #633 (See [https://builds.apache.org/job/Thrift/633/])
    THRIFT-1890 C++: Make named pipes server work asynchronously (Revision 
552440e6e522499d974800c98c5f4dd869dc29c7)

     Result = ABORTED
jensg : 
https://git-wip-us.apache.org/repos/asf?p=thrift.git&a=commit&h=552440e6e522499d974800c98c5f4dd869dc29c7
Files : 
* lib/cpp/src/thrift/transport/TPipeServer.h
* lib/cpp/src/thrift/transport/TPipeServer.cpp

                
> C++: Make named pipes server work asynchronously 
> -------------------------------------------------
>
>                 Key: THRIFT-1890
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1890
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>         Environment: Windows
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 1.0
>
>         Attachments: addNumbers.thrift, pipeStopTest.cpp, 
> THRIFT-1890_Cpp_Make_named_pipes_server_work_asynchronously-v3.patch, 
> TPipeServer.cpp
>
>
> Currently the named pipe server cannot be stopped gracefully due to the way 
> ConnectNamedPipe() works for synchronous named pipes. The recommended 
> solution is to run the pipe in "overlapped" mode, allowing the transport to 
> be closed cleanly.

--
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

Reply via email to