mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Update example READMEs
This commit is contained in:
committed by
Mohammad Al-Turany
parent
8ebf65c252
commit
2ec55416ba
@@ -1,4 +1,4 @@
|
||||
Example 4: Copy & Push
|
||||
===============
|
||||
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.
|
||||
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-SUB** pattern, this ensures that all receivers are connected and no data is lost, but requires additional sockets.
|
||||
|
Reference in New Issue
Block a user