Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The time taken to to transverse the tag tree and build the BIRTH messages is dependant on variables such as:

  • on the number of tags under the configured transmitter or tag agent Tag Path
    • more tags means more time to traverse the tag tree
  • the location of tags - local or in a Remote Tag Provider
    • remote tag providers require polling over the GAN resulting in more time to traverse the tag tree 


You can speed up the time take to build BIRTH messages by using multiple transmitters or tag agents to reduce the number of tags included in each BIRTH message. More agents/transmitters will introduce concurrency to the processing, in effect reducing the amount of time it takes to traverse the tag trees. This will also use more CPU and RAM to perform the operations.

...