about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-05 01:27:00 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-05 01:27:00 +0000
commite184b9d0fb45b31d80645475e22f0bbbecd195f9 (patch)
treea4d28a320546ca9cdd806b719ad6fbe166b791aa
parent29946368c45dce5da116adb426362ee93c507c4e (diff)
downloadunicorn-e184b9d0fb45b31d80645475e22f0bbbecd195f9.tar.gz
This gives us some things to think about.
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 166a2a0..971bd18 100644
--- a/TODO
+++ b/TODO
@@ -3,3 +3,10 @@
 * performance validation (esp. TeeInput)
 
 * improve test suite
+
+* scalability to >= 1024 worker processes for crazy NUMA systems
+
+* Rack 2.x support (when Rack 2.x exists)
+
+* allow disabling "rack.input" rewindability for performance
+  (but violate the Rack 1.x SPEC)