diff options
author | Nathan Lasseter <nathan.je.lasseter@googlemail.com> | 2011-01-28 19:46:31 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan.je.lasseter@googlemail.com> | 2011-01-28 19:46:31 +0000 |
commit | d17fe944ccbfb25ff535d04aaee616df6672044b (patch) | |
tree | 892eb40a219254c8c0d8885cf19136a1f01f657c /TODO.textile | |
parent | d0aff34c5c7f08e341428010e70a35910d9a20ca (diff) |
Added TODO and textiled docs
Diffstat (limited to 'TODO.textile')
-rw-r--r-- | TODO.textile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO.textile b/TODO.textile new file mode 100644 index 0000000..2d10dfa --- /dev/null +++ b/TODO.textile @@ -0,0 +1,13 @@ +h1. TODO + +h2. Little changes: + +* Remove the Balancer variable from the server +* Add server state +* Remove the argless request call and implement strict listed args +* Make the server return directly to the requester, not to the balancer + +h2. BIG changes: + +* erlbal-p: current implementation of erlbal to schedule across processes +* erlbal-n: new project to actually load balance across nodes |