FairMQ/examples/region
2021-05-28 13:14:51 +02:00
..
CMakeLists.txt reduce noise in examples 2021-05-13 23:00:35 +02:00
fairmq-start-ex-region.sh.in configurable transport for region example script 2021-05-07 21:33:15 +02:00
README.md Update example READMEs 2018-05-02 16:12:57 +02:00
sampler.cxx Remove useless code 2021-05-28 13:14:51 +02:00
sink.cxx Remove useless code 2021-05-28 13:14:51 +02:00
test-ex-region.sh.in region example: fix msg counter 2021-05-07 21:33:15 +02:00

Region example

This example demonstrates the use of a more advanced feature - UnmanagedRegion, that can be used to create a buffer through one of FairMQ transports. The contents of this buffer are managed by the user, who can also create messages out of sub-buffers of the created buffer. Such feature can be interesting in environments that have special requirements by the hardware that writes the data, to keep the transfer efficient (e.g. shared memory).