Asynchronous and Synchronous

2 posts / 0 new
Last post
Offline
Last seen: 12 years 1 month ago
Joined: 11/15/2011
Posts: 3
Asynchronous and Synchronous

Hello,

 

I have a question regarding QoS default value inconsistency.

Why the default value of the Asynchronous Publisher is "Asynchronous" where the default value of the Publish Mode is "Synchronous"?

Which QoS policy has higher priority than the other one?

 

Thanks

Keywords:
bobby's picture
Offline
Last seen: 3 years 4 weeks ago
Joined: 07/25/2011
Posts: 20

Hello,

 

Even though the asynchronous publisher QoS is enabled by default, the threads associated with the asynch publisher are not spawned until the first DataWriter that has Publish_Mode set to DDS_ASYNCHRONOUS_PUBLISHER_MODE_QOS is enabled. 

 

So it is not really a not a prioritization question. They both have to be enabled to use asynchronous publishing.

 

Best Regards,

 

Bobby

RTI Support