thrift/lib/rb/spec
Kevin Clark f8ecb02ef4 rb: NonblockingServer: Use a select() loop in the acceptor thread
Using a select() loop with a timeout allows the acceptor thread to be shut down
cleanly under JRuby.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669042 13f79535-47bb-0310-9956-ffa450edef68
2008-06-18 01:20:22 +00:00
..
gen-rb rb: Make a few of the NonblockingServer specs pass under jruby 2008-06-18 01:19:59 +00:00
backwards_compatibility_spec.rb rb: Enhance the backwards compatibility spec to ensure that the deprecated method names really do correspond to the new method names 2008-06-18 01:16:50 +00:00
binaryprotocol_spec.rb rb: Fix the binaryprotocol spec to run under jruby 2008-06-18 01:19:51 +00:00
client_spec.rb Rename spec wrapper classes to prevent cross-pollination of specs. Require rspec 1.1.4 or later to fix the "describe Module do" bug 2008-06-18 01:08:05 +00:00
deprecation_spec.rb rb: Fix up the deprecation spec for JRuby 2008-06-18 01:19:54 +00:00
exception_spec.rb Rename spec wrapper classes to prevent cross-pollination of specs. Require rspec 1.1.4 or later to fix the "describe Module do" bug 2008-06-18 01:08:05 +00:00
httpclient_spec.rb Spec out HTTPClient 2008-06-18 01:11:18 +00:00
httpserver_spec.rb Spec out SimpleMongrelHTTPServer 2008-06-18 01:10:05 +00:00
nonblockingserver_spec.rb rb: Make a few of the NonblockingServer specs pass under jruby 2008-06-18 01:19:59 +00:00
processor_spec.rb Rename spec wrapper classes to prevent cross-pollination of specs. Require rspec 1.1.4 or later to fix the "describe Module do" bug 2008-06-18 01:08:05 +00:00
protocol_spec.rb Oops, call #skip instead of #read_type when testing skip 2008-06-18 01:12:26 +00:00
serializer_spec.rb rb: Implement Thrift::Serializer and Thrift::Deserializer 2008-06-18 01:18:28 +00:00
server_spec.rb Spec out Server 2008-06-18 01:09:00 +00:00
socket_spec_shared.rb rb: Implement Thrift::UNIXSocket and Thrift::UNIXServerSocket 2008-06-18 01:18:35 +00:00
socket_spec.rb rb: NonblockingServer: Use a select() loop in the acceptor thread 2008-06-18 01:20:22 +00:00
spec_helper.rb rb: Add the path to gen-rb to $: in spec_helper instead of in multiple different specs 2008-06-18 01:18:21 +00:00
struct_spec.rb rb: Add the path to gen-rb to $: in spec_helper instead of in multiple different specs 2008-06-18 01:18:21 +00:00
ThriftSpec.thrift rb: Make a few of the NonblockingServer specs pass under jruby 2008-06-18 01:19:59 +00:00
transport_spec.rb Add a few accessors and specs to prepare for the upcoming NonblockingServer 2008-06-18 01:15:25 +00:00
types_spec.rb rb: Add the path to gen-rb to $: in spec_helper instead of in multiple different specs 2008-06-18 01:18:21 +00:00
unixsocket_spec.rb rb: NonblockingServer: Use a select() loop in the acceptor thread 2008-06-18 01:20:22 +00:00