Thread*: avoid double close of client socket
[rainbows.git] / TODO
blobda5c061f840421444e103c79100e4e20b88ed335
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 * Improve test suite coverage.  We won't waste cycles with puny
7   unit tests, only integration tests that exercise externally
8   visible parts.
10 * EventMachine.spawn - should be like Revactor, maybe?
12 * EventMachine deferrables
14 * conditional app.deferred?(env) support
15   Merb uses it, some other servers support it
17 * {Rev,EventMachine}+Fibers+streaming input
19 * Rev + callcc - current Rev model with callcc (should work with MBARI)
21 * Omnibus - haven't looked into it, probably like Revactor with 1.8?
23 * Packet - pure Ruby, EventMachine-like library
25 * Rubinius Actors - should be like Revactor and easily doable once
26   Rubinius gets more mature.
28 * test and improve performance (throughput/latency/memory usage)