Commit 96bce54f authored by Vincent Pelletier's avatar Vincent Pelletier

Add a TODO entry for client's store method pipelining.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1711 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 0b6bec94
......@@ -241,6 +241,10 @@ RC - Review output of pylint (CODE)
- Cache for loadSerial/loadBefore
- Implement restore() ZODB API method to bypass consistency checks during
imports.
- Make "store" pipeline stored objects. (LATENCY)
We should only send objects to store and not wait for server response in
order to pipeline store requests, to remove the effect of network
round-trip-time between successive "store" calls.
Later
- Consider auto-generating cluster name upon initial startup (it might
......
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