rb: Implement Thrift::UNIXSocket and Thrift::UNIXServerSocket
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:18:35 +0000 (01:18 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:18:35 +0000 (01:18 +0000)
commit2ddd8ed40fabf1fc8b7c6fdf370b791e045951c7
tree22421dfe964fb041e28bf5e4e9332d9c78d24d88
parent138c0e126ffb9aa5d6408b44f82d902b7050a4eb
rb: Implement Thrift::UNIXSocket and Thrift::UNIXServerSocket

In benchmarking it turns out these don't give any noticeable performance boost,
but as I've already written them, somebody may want them for something.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669019 13f79535-47bb-0310-9956-ffa450edef68
lib/rb/benchmark/fairness.rb
lib/rb/lib/thrift/transport/socket.rb
lib/rb/lib/thrift/transport/unixsocket.rb [new file with mode: 0644]
lib/rb/spec/socket_spec.rb
lib/rb/spec/socket_spec_shared.rb [new file with mode: 0644]
lib/rb/spec/unixsocket_spec.rb [new file with mode: 0644]