From 990e7d655f2617e705cf6a16449da24353547883 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 29 Nov 2009 19:40:18 -0800 Subject: doc: add NeverBlock to comparison and README --- Documentation/comparison.haml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'Documentation') diff --git a/Documentation/comparison.haml b/Documentation/comparison.haml index 27ca97a..ae0ef47 100644 --- a/Documentation/comparison.haml +++ b/Documentation/comparison.haml @@ -78,6 +78,13 @@ %td.r19 No %td.rbx Yes %td.slow Yes + %tr.comp_base + %td.mod NeverBlock + %td.tee No + %td.r18 Yes + %td.r19 Yes + %td.rbx No + %td.slow Yes %ul %li RevThreadSpawn + 1.8 performance is being improved, follow @@ -166,6 +173,13 @@ %td.slowio thread-safe Ruby %td.thr Yes %td.reent Yes + %tr.comp_base + %td.mod NeverBlock + %td.slowio + %a(href="http://www.espace.com.eg/neverblock") NeverBlock, + %a(href="http://rubyeventmachine.com") EventMachine + %td.thr No + %td.reent Yes %ul %li @@ -256,6 +270,12 @@ %td.app_pool Yes %td.lock Yes %td.async standard Ruby + %tr.comp_row + %td.mod NeverBlock + %td.devfd Yes + %td.app_pool Yes* + %td.lock Yes* + %td.async NeverBlock, async_sinatra %ul %li @@ -263,6 +283,15 @@ %a(href="Rainbows/AppPool.html") AppPool %b :size of one instead. + %li + NeverBlock also supports a :pool_size option which is one less + layer of complexity than using AppPool. + %li + NeverBlock can neuter the Mutex class so Rack::Lock effectively + becomes a no-op with: + %br + %code require "never_block/frameworks/rails" + (before Rails is loaded) %li Everything that's DevFdResponse-compatible can use it for passing async responses through -- cgit v1.2.3-24-ge0c7