I am attempting to use RTI DDS on some low power distributed targets and I'm interested in how segmenting topics/domains will impact load on the target.
Specifically, will there be less load on the target if it isn't subscribed to certain topics on its domain or if those unneeded topics are in a different domain?
My initial thought is that it will sift more efficiently if the unwanted data is on another domain but it occurs to me that the hit for sifting based on topic may be similar or the same.
Can anyone speak to this?
Also - Has anyone found good application guides for topic/domain structuring for distributed control systems with multiple targets that have multiple applications running simultaneously?
Hello Michael,