Hello:
I have an application that loads a fairly extencive QoS.xml file and configures several DDS readers and writers. I'm trying to optimize the startup time of this application. After profiling I found that most of the start time (>80%) is spent in set_qos and create_participant methods. Together they take ~440ms.
Are there ways to improve the start time?
Thank you.