From 130d086666ccd825fcb13cf02fcf941b8fe661af Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Feb 2011 15:05:52 -0800 Subject: preliminary reverse proxy Rack application This can be a starting point for developing Cool.io or EventMachine-based reverse proxy applications on Rainbows! Eventually Rainbows! could replace nginx for Unicorn users! Just don't consider this code production ready, yet, at all, it doesn't handle any sort of failover and has no automated tests, yet. --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index f22a927..8c1bed9 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -137,6 +137,7 @@ module Rainbows autoload :ThreadTimeout, 'rainbows/thread_timeout' autoload :WorkerYield, 'rainbows/worker_yield' autoload :SyncClose, 'rainbows/sync_close' + autoload :ReverseProxy, 'rainbows/reverse_proxy' end require 'rainbows/error' -- cgit v1.2.3-24-ge0c7