reliable

14 posts / 0 new
Last post
Offline
Last seen: 10 years 11 months ago
Joined: 03/22/2013
Posts: 7
publishing moderately large (34KB) data from VxWorks DKM

We have a system consisting of a C based RTI DDS program running as a VxWorks 6.7 DKM which subscribes to and receives up to 2MB data packets and, in turn, generates approximately 34KB of data and publishes it back to the original data source.  For our current testing, the original data source comes from a Windows RTI DDS application (Java based running in Eclipse) while the target system is running on a Power PC target board.  They are connected via a 10/100 switch.

5 posts / 0 new
Last post
Offline
Last seen: 11 years 5 months ago
Joined: 11/04/2012
Posts: 3
Sending reliable data takes much time in Java

Hi, I'm testing Connext DDS java version on Windows XP.

I calculated RTT(round trip time) of reliable message and founded that on initial RTT takes 1~2 sec (average takes 2 ms ) during 9 sec. 

Reliability QoS is set as reliable for the DataWriters & DataReaders, and also set the asynchronous publish mode with default flow controller.

Sender sends 1600bytes sized reliable data every 50ms and 8000bytes sized unreliable data every 10ms.

I guessed that data sending parts take much time at some interval.(See the attached file.)

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:
Subscribe to RSS - reliable