[
https://issues.apache.org/jira/browse/THRIFT-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952881#comment-15952881
]
ASF GitHub Bot commented on THRIFT-3859:
----------------------------------------
Github user clindsay commented on the issue:
https://github.com/apache/thrift/pull/1031
I've been using it in a project since last summer, communicating between a
python process and a Swift/Objective-C process. The project has been in beta
with a few hundred users, and no reports of any issues attributable to this
yet. I've also written a set of unit tests, testing the behavior of a server
and client in the same process both using this transport, that are all passing.
So yes, it's definitely at least working in these two scenarios.
> 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
> Priority: Minor
>
> 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)