You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/02/27 01:33:04 UTC

[jira] [Commented] (THRIFT-3012) Timing problems in NamedPipe implementation due to unnecessary open/close

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

Hudson commented on THRIFT-3012:
--------------------------------

SUCCESS: Integrated in Thrift #1464 (See [https://builds.apache.org/job/Thrift/1464/])
THRIFT-3012 Timing problems in NamedPipe implementation due to unnecessary open/close (jensg: rev 2ad6c307be41c4ddc8ea2887acd93b9b3331cc6a)
* lib/delphi/src/Thrift.Transport.Pipes.pas
* lib/delphi/test/TestServer.pas
* lib/delphi/test/TestClient.pas


> Timing problems in NamedPipe implementation due to unnecessary open/close
> -------------------------------------------------------------------------
>
>                 Key: THRIFT-3012
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3012
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Library
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 0.9.3
>
>         Attachments: THRIFT-3012-Timing-problems-in-NamedPipe-implementat.patch
>
>
> Under some load, clients connecting to especially a single pipe server will experience some connection problems due to frequent close & reopen of the server pipe. 
> This ia a) unnecessary, and it is b) caused by the default timeouts on the server side, which are unnecessarily short. The short server timeouts are a leftover from the days before using the overlapped method - now {{INFINITE}} should do a better job on the server side.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)