[ 
https://issues.apache.org/jira/browse/THRIFT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600192#action_12600192
 ] 

David Reiss commented on THRIFT-22:
-----------------------------------

I'm definitely fine with including this, but I should warn you in advance that 
one of my coworkers did some experiments and was unable to find any significant 
performance difference between PF_UNIX and loopback TCP.  Our conjecture was 
that the TCP stack has gotten a lot of optimization, while the less-used 
Unix-domain stack is more primitive.  However, this test was only on one 
version (2.6.12, I believe) of one OS (Linux), so YMMV.

> 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.

Reply via email to