[
https://issues.apache.org/jira/browse/THRIFT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600194#action_12600194
]
David Reiss commented on THRIFT-22:
-----------------------------------
Bryan Duxbury made this comment in a duplicate of this bug:
At Rapleaf, we'd love to have a TUnixSocket and TUnixServerSocket that ran in
Java. Before someone chimes in and says, "Java doesn't support Unix sockets!",
I would point to JRuby's RubyUnixSocket/Server classes. They use JNA to get
down to the bare metal and make it work. If we could take advantage of that
class, then we'd have a really fast local machine transport.
> TUnixSocket
> -----------
>
> Key: THRIFT-22
> URL: https://issues.apache.org/jira/browse/THRIFT-22
> Project: Thrift
> Issue Type: New Feature
> Components: Library (Ruby)
> Reporter: Bryan Duxbury
> Priority: Minor
>
> We should make a TUnixSocket (and TUnixServer) transport. This should be
> pretty easy in Ruby since there's already a UnixSocket and UnixServer class.
> It'd provide a nice speed boost when you're operating on the local machine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.