rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 5bf51d6f28b3f6d91b9c8780dec9ee611a36ba16 797 bytes (raw)
$ git show v0.8.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
20
21
22
23
24
25
26
 
= TODO items for Rainbows!

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

* Improve test suite coverage.  We won't waste cycles with puny
  unit tests, only integration tests that exercise externally
  visible parts.

* EventMachine.spawn - should be like Revactor, maybe?

* conditional app.deferred?(env) support
  Merb uses it, some other servers support it

* {Rev,EventMachine}+Fibers+streaming input

* Rev + callcc - current Rev model with callcc (should work with MBARI)

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

* Packet - pure Ruby, EventMachine-like library

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

* test and improve performance (throughput/latency/memory usage)

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