[ 
https://issues.apache.org/jira/browse/THRIFT-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James E. King, III resolved THRIFT-3859.
----------------------------------------
       Resolution: Fixed
         Assignee: James E. King, III
    Fix Version/s: 0.11.0

Committed - thanks.  I found THRIFT-3100 describes the desire to add crosstest 
support for cocoa, so I linked it to this ticket as related.

> Unix Domain Socket Support in Objective-C
> -----------------------------------------
>
>                 Key: THRIFT-3859
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3859
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.10.0
>            Reporter: Chris Vasselli
>            Assignee: James E. King, III
>            Priority: Minor
>             Fix For: 0.11.0
>
>
> 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"];}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to