FairMQ/fairmq/examples/4-copypush
Alexey Rybalchenko 19afacb504 FairMQ Examples cleanup
- Rename Tutorial3 MQ files for uniform naming.
  - Add search for dylib in FindDDS.cmake (OSX).
  - Add more detail to the DDS example readme.
  - MQ Example 3 (DDS): choose network interface via command line option.
  - Give FairMQ examples their own CMakeLists.txt for clarity.
  - Remove C++11 checks in Tutorial3 from the code (they are now in CMake).
  - Add Serializer for device properties (FairMQDevice::ListProperties()).
2015-10-05 18:06:55 +02:00
..
CMakeLists.txt FairMQ Examples cleanup 2015-10-05 18:06:55 +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.