Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3012

Timing problems in NamedPipe implementation due to unnecessary open/close

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.3
    • Delphi - Library
    • None
    • Patch Available

    Description

      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.

      Attachments

        Activity

          People

            jensg Jens Geyer
            jensg Jens Geyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: