use duck typing for REMOTE_ADDR detection
[rainbows.git] / TODO
blob58e596a7488d155f3b98f4e1f34fb2092bdab8c7
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.spawn - should be like Revactor, maybe?
15 * conditional app.deferred?(env) support
16   Merb uses it, some other servers support it
18 * EventMachine+Fibers+streaming input
20 * RevFiberPool
22 * ThreadPoolRevFiber{Spawn,Pool}: just because
24 * Rev + callcc - current Rev model with callcc (should work with MBARI)
26 * Omnibus - haven't looked into it, probably like Revactor with 1.8?
28 * Packet - pure Ruby, EventMachine-like library
30 * Rubinius Actors - should be like Revactor and easily doable once
31   Rubinius gets more mature.
33 * test and improve performance (throughput/latency/memory usage)