Commit 60b4113c authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add TODO items.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1376 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent cbccd21a
......@@ -115,6 +115,7 @@ RC - Review output of pylint (CODE)
an incoming packet that trigger the poll() system call.
- Allow daemonize NEO processes, re-use code from TIDStorage and support
start/stop/restart/status commands.
- Implement name resolution to allow use names instead of IPs
Storage
......@@ -154,6 +155,11 @@ RC - Review output of pylint (CODE)
of maximum SQL request size allowed. (SPEED)
- Prevent from SQL injection, escape() from MySQLdb api is not sufficient,
consider using query(request, args) instead of query(request % args)
- Review database API, move under_transaction verification to generic part.
- Create database adapter for other RDBMS (sqlite, postgres)
- fix __undoLog when there is out of date cells, there is a busy loop
because the client expected more answer than the available number of
storage nodes.
- Improve replication process (BANDWITH)
Current implementation do this way to replicate objects (for a given TID):
S1 > S2 : Ask for a range of OIDs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment