Sha256: 0330597c3bf72d99dd3507d717317c82a6305792b9a9087ae94e973c97518a8f

Contents?: true

Size: 933 Bytes

Versions: 28

Compression:

Stored size: 933 Bytes

Contents

# -*- encoding: binary -*-
Rainbows.const_set(:RevThreadSpawn, Rainbows::CoolioThreadSpawn)

# CoolioThreadPool is the new version of this, use that instead.
#
# A combination of the Rev and ThreadSpawn models.  This allows Ruby
# Thread-based concurrency for application processing.  It DOES NOT
# expose a streamable "rack.input" for upload processing within the
# app.  DevFdResponse should be used with this class to proxy
# asynchronous responses.  All network I/O between the client and
# server are handled by the main thread and outside of the core
# application dispatch.
#
# Unlike ThreadSpawn, Rev makes this model highly suitable for
# slow clients and applications with medium-to-slow response times
# (I/O bound), but less suitable for sleepy applications.
#
# This concurrency model is designed for Ruby 1.9, and Ruby 1.8
# users are NOT advised to use this due to high CPU usage.
module Rainbows::RevThreadSpawn; end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rainbows-5.2.1 lib/rainbows/rev_thread_spawn.rb
rainbows-5.2.0 lib/rainbows/rev_thread_spawn.rb
rainbows-5.1.1 lib/rainbows/rev_thread_spawn.rb
rainbows-5.1.0 lib/rainbows/rev_thread_spawn.rb
rainbows-5.0.0.5.ge717 lib/rainbows/rev_thread_spawn.rb
rainbows-5.0.0 lib/rainbows/rev_thread_spawn.rb
rainbows-4.7.0 lib/rainbows/rev_thread_spawn.rb
rainbows-4.6.2 lib/rainbows/rev_thread_spawn.rb
rainbows-4.6.1 lib/rainbows/rev_thread_spawn.rb
rainbows-4.6.0.4.g4108 lib/rainbows/rev_thread_spawn.rb
rainbows-4.6.0 lib/rainbows/rev_thread_spawn.rb
rainbows-4.5.0 lib/rainbows/rev_thread_spawn.rb
rainbows-4.4.3 lib/rainbows/rev_thread_spawn.rb
rainbows-4.4.2 lib/rainbows/rev_thread_spawn.rb
rainbows-4.4.1.1.gd5c8c lib/rainbows/rev_thread_spawn.rb
rainbows-4.4.1 lib/rainbows/rev_thread_spawn.rb
rainbows-4.4.0 lib/rainbows/rev_thread_spawn.rb
rainbows-4.3.1 lib/rainbows/rev_thread_spawn.rb
rainbows-4.3.0 lib/rainbows/rev_thread_spawn.rb
rainbows-4.2.0 lib/rainbows/rev_thread_spawn.rb