Skip to end of banner
Go to start of banner

Continues Sending

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

This page describes all problems, tasks and solution approaches regarding the sending of the collected data from agent to CMR.

Partial goal

All participants in a particular transaction have to be recognized and the information about the transaction has to be accessed and processed.

Major topics

  1. How to recognize which CMR \ agent participates in a particular transaction?
  2. How to collect the data in a heterogeneous CMR-agent-network-topology?
  3. How to ensure that the data is send continuously and efficient so that so that the network bandwidth is never blocked by the agent?
  4. Where should all this data be processed? CRM or client?

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 / ideas

For Topic 1:
 

Questions / Possible Problems

  1. Should the agent send the collected data to multiple CMR?
  2. On remote method calls should the remote agent send to the caller agent's CMR?

  3. 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)

  4. 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)

  5. Time-out's - are they a problem?

 

  • No labels