QoS queue

4 posts / 0 new
Last post
Offline
Last seen: 2 years 3 weeks ago
Joined: 01/27/2014
Posts: 22
Regulate sample traffic with datareader QoS

Hello,

I have a writer publishing a lot of topic instances (> 100 000), one sample per instance.

I want a late joining reader (or several) to get the last sample of each instances from the writer history.

I don't want the writer to block when writing samples.

I set the QoS for both datareader and datawriter:

KEEP_LAST_HISTORY_QOS
depth = 1

When the reader starts, all the samples are sent on the wire from the writer to the reader, leading to a huge peak in the flow of UDP packets.

Organization:
Keywords:
Subscribe to RSS - QoS queue