mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Rename /example to /examples and move MQ examples in it
This commit is contained in:
committed by
Mohammad Al-Turany
parent
736d61830c
commit
f0a878a43a
4
examples/MQ/4-copypush/README.md
Normal file
4
examples/MQ/4-copypush/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Example 4: Copy & Push
|
||||
===============
|
||||
|
||||
A topology consisting of one **Sampler** and two **Sink**s. 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.
|
Reference in New Issue
Block a user