base.rb

Path: lib/rainbows/base.rb
Last Update: Sat Feb 23 07:12:54 +0000 2019

base class for \Rainbows! concurrency models, this is currently used by ThreadSpawn and ThreadPool models. Base is also its own (non-)concurrency model which is basically Unicorn-with-keepalive, and not intended for production use, as keepalive with a pure prefork concurrency model is extremely expensive.

[Validate]