rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 553e5119c2266dc75c46a687ee78cecfa19b5124 713 bytes (raw)
$ git show v0.2.0:TODO	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
= TODO items for Rainbows!

We're lazy and pick the easy items to do first, then the ones people
care about.

* Rev + Thread - current Rev model with threading, which will give
  us a streaming (but rewindable) "rack.input".

* EventMachine - much like Rev, but we haven't looked at this one much
  (our benevolent dictator doesn't like C++).  If we can figure out how
  to do Rev without Revactor, then this should be pretty easy.

* Fiber support - Revactor already uses these with Ruby 1.9, also not
  sure how TeeInput can be done with this.

* Omnibus - haven't looked into it, probably like Revactor with 1.8?

* Rubinius Actors - should be like Revactor and easily doable once
  Rubinius gets more mature.

git clone https://yhbt.net/rainbows.git