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

Hudson commented on THRIFT-1880:
--------------------------------

Integrated in Thrift #636 (See [https://builds.apache.org/job/Thrift/636/])
    THRIFT-1880 Make named pipes server work asynchronously (overlapped) to 
allow for clean server stops (Revision 06045cf8d962b83ea53a6ea4a6e3cabe3547e666)

     Result = ABORTED
jensg : 
https://git-wip-us.apache.org/repos/asf?p=thrift.git&a=commit&h=06045cf8d962b83ea53a6ea4a6e3cabe3547e666
Files : 
* lib/delphi/src/Thrift.Transport.Pipes.pas
* lib/delphi/test/TestConstants.pas
* lib/delphi/test/TestClient.pas
* lib/delphi/src/Thrift.Server.pas
* lib/delphi/test/server.dpr
* lib/delphi/test/TestServer.pas

                
> Make named pipes server work asynchronously (overlapped) to allow for clean 
> server stops
> ----------------------------------------------------------------------------------------
>
>                 Key: THRIFT-1880
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1880
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Delphi - Library
>         Environment: Windows
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 1.0
>
>         Attachments: 
> THRIFT-1880_Make_named_pipes_server_work_asynchronously-v3.patch
>
>
> 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