Update example READMEs

This commit is contained in:
Alexey Rybalchenko
2018-04-30 15:14:50 +02:00
committed by Mohammad Al-Turany
parent 8ebf65c252
commit 2ec55416ba
11 changed files with 85 additions and 119 deletions

View File

@@ -0,0 +1,5 @@
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).