Commit 3ab6e541 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Revert a misunderstood TODO entry.

This is not fixed, IdleEvent is not associated to the packet that create it.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1865 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent eccdd076
......@@ -34,6 +34,10 @@ RC - Review output of pylint (CODE)
involved nodes.
It must be changed to a correspondance table using shorter keys (sent
in the packet) to avoid repeating the same UUIDs many times.
- Make IdleEvent know what message they are expecting (DEBUGABILITY)
If a PING packet is sent, there is currently no way to know which
request created associated IdleEvent, nor which response is expected
(knowing either should be enough).
- Consider using multicast for cluster-wide notifications. (BANDWITH)
Currently, multi-receivers notifications are sent in unicast to each
receiver. Multicast should be used.
......
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