cleanup makefiles, move publish_doc into main
[rainbows.git] / TODO
blob00dce856a2a05b9539022f709c731aa22c7bfa54
1 = TODO items for Rainbows!
3 We're lazy and pick the easy items to do first, then the ones people
4 care about.
6 * Split out NeverBlock into NeverBlockEventMachine and NeverBlockReactor
7   NeverBlock will default to one of them (depending on NB upstream).
9 * Improve test suite coverage.  We won't waste cycles with puny
10   unit tests, only integration tests that exercise externally
11   visible parts.
13 * EventMachine+Fibers+streaming input
14   (those who do not require streaming input can use
15   {rack-fiber_pool}[http://github.com/mperham/rack-fiber_pool])
17 * RevFiberPool
19 * ThreadPoolRevFiber{Spawn,Pool}: just because
21 * Rev + callcc - current Rev model with callcc (should work with MBARI)
23 * Omnibus - haven't looked into it, probably like Revactor with 1.8?
25 * Packet - pure Ruby, EventMachine-like library
27 * Rubinius Actors - should be like Revactor and easily doable once
28   Rubinius gets more mature.
30 * test and improve performance (throughput/latency/memory usage)