FairMQ/examples/region
2025-04-09 11:11:51 +02:00
..
CMakeLists.txt Add a processing script with a single shm segment 2025-04-09 11:11:51 +02:00
fairmq-start-ex-region-advanced-external.sh.in Fix incorrect parameters in region example scripts 2023-11-24 14:19:21 +01:00
fairmq-start-ex-region-advanced.sh.in shm: use node_allocator for ref counts 2024-01-25 10:45:34 +01:00
fairmq-start-ex-region-processing.sh.in Add a processing script with a single shm segment 2025-04-09 11:11:51 +02:00
fairmq-start-ex-region.sh.in Fix incorrect parameters in region example scripts 2023-11-24 14:19:21 +01:00
keep-alive.cxx shm: when refCount segment size is zero, fallback to old behaviour 2023-11-29 19:21:42 +01:00
processor.cxx Examples: use multipart in the region example 2023-11-15 12:52:14 +01:00
README.md Update example READMEs 2018-05-02 16:12:57 +02:00
sampler.cxx Examples: use multipart in the region example 2023-11-15 12:52:14 +01:00
sink.cxx Examples: use multipart in the region example 2023-11-15 12:52:14 +01:00
test-ex-region.sh.in Turn shm-monitor off by default 2023-02-24 14:28:18 +01: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).