new RevFiberSpawn concurrency model
commit19960488441651d689259071fa1be4f6957d681b
authorEric Wong <normalperson@yhbt.net>
Tue, 22 Dec 2009 08:32:04 +0000 (22 00:32 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 22 Dec 2009 08:38:04 +0000 (22 00:38 -0800)
tree80c5752ad4484361c74a081d06fb6e43632d860a
parentee7fe220ccbc991e1e7cbe982caf48e3303274c7
new RevFiberSpawn concurrency model

This is like the traditional FiberSpawn, but more scalable (but
not necessarily faster) as it can use epoll or kqueue.
lib/rainbows.rb
lib/rainbows/app_pool.rb
lib/rainbows/dev_fd_response.rb
lib/rainbows/fiber/rev.rb [new file with mode: 0644]
lib/rainbows/rev_fiber_spawn.rb [new file with mode: 0644]
t/simple-http_RevFiberSpawn.ru [new file with mode: 0644]
t/sleep.ru
t/t9000.ru