This page describes all problems, tasks and solution approaches regarding the sending of the collected data from agent to CMR.
TODO: Ask Stefan and Patrice about this topic and than complete it.
Main topics
- How to send the data to the CMR in an efficient way?
Current solution (state)
(Previous solution approaches regarding this topic were already discussed in the continues sending in IS advanced notes and brain dumb.)
New approaches / solution
Coming soon...
Questions / Possible Problems
- Should the agent send the collected data to multiple CMR?
On remote method calls should the remote agent send to the caller agent's CMR?
Or each agent communicates with his own CMR and data about the remote invocation will be transmitted CMR to CMR? (Better Performance due less work for agent)
The remote agent can be configured differently and not instrument the classes called due this method invocation. (The CMR Agent registry could be used to check if all data are provided or what data us needed)
Time-out's - are they a problem?