Commit e04a7c83 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a new TODO entry.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2548 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 204f0683
...@@ -91,6 +91,10 @@ RC - Review output of pylint (CODE) ...@@ -91,6 +91,10 @@ RC - Review output of pylint (CODE)
like set a node in TEMPORARILY_DOWN state. like set a node in TEMPORARILY_DOWN state.
- Review node notfications. Eg. A storage don't have to be notified of new - Review node notfications. Eg. A storage don't have to be notified of new
clients but only when one is lost. clients but only when one is lost.
- Review transactional isolation of various methods
Some methods might not implement proper transaction isolation when they
should. An example is object history (undoLog), which can see data
committed by future transactions.
Storage Storage
- Use Kyoto Cabinet instead of a stand-alone MySQL server. - Use Kyoto Cabinet instead of a stand-alone MySQL server.
......
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