FairMQ/fairmq/examples/4-copypush
2015-09-28 12:17:24 +02:00
..
ex4-copypush.json Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
FairMQExample4Sampler.cxx Add orthogonal OK/ERROR states. 2015-09-28 12:17:24 +02:00
FairMQExample4Sampler.h Use FairMQDevice::CatchSignals for Tutorial7 2015-09-28 12:17:24 +02:00
FairMQExample4Sink.cxx Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
FairMQExample4Sink.h Use FairMQDevice::CatchSignals for Tutorial7 2015-09-28 12:17:24 +02:00
README.md Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
runExample4Sampler.cxx Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
runExample4Sink.cxx Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00

Example 4: Copy & Push

A topology consisting of one Sampler and two Sinks. The Sampler uses the Copy method to send the same data to both sinks with the PUSH-PULL pattern. In contrary to the PUB-PATTERN pattern, this ensures that all receivers are connected and no data is lost, but requires additional sockets.