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

Unix Domain Socket Support in Objective-C

VotersStop watchingWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 0.11.0
    • Cocoa - Library
    • None
    • Patch Available

    Description

      I would like to be able to use Unix Domain Sockets as the transport to communicate between different processes on a single machine. There seems to be support in the C++ and Python libraries (the two other languages used in my project), but no support in Objective-C.

      Proposed server interface:
      TSocketServer *server = [[TSocketServer alloc] initWithPath:@"/path/to/pipe" protocolFactory:protocolFactory processorFactory:processorFactory];

      Proposed client interface:
      TSocketTransport *socket = [[TSocketTransport alloc] initWithPath:@"/path/to/pipe"];

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            jking3 James E. King III
            cvasselli Chris Vasselli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Stop watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment