about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-11 00:34:42 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-11 00:35:43 +0000
commitb065cab4fa5ca25302220c20563398a57069ae08 (patch)
treea2305ea7eaf35427b10c1cdb889b9bdfa0797558 /bin
parent1468604be898d17c2cf2da519dccd493c58f4282 (diff)
downloadrainbows-b065cab4fa5ca25302220c20563398a57069ae08.tar.gz
We can get away with a single stack frame reduction.  Unicorn
itself has more stack reductions, but Rainbows! is further
behind in this area.
Diffstat (limited to 'bin')
-rw-r--r--bin/rainbows2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rainbows b/bin/rainbows
index b3606ac..d56c5bb 100644
--- a/bin/rainbows
+++ b/bin/rainbows
@@ -118,4 +118,4 @@ if $DEBUG
 end
 
 Unicorn::Launcher.daemonize!(options) if rackup_opts[:daemonize]
-Rainbows.run(app, options)
+Rainbows::HttpServer.new(app, options).start.join