Files
FairMQ/fairmq
Dennis Klein f278e7e312 feat: Add new tunable --shm-metadata-msg-size
The shm metadata msg will be right-padded to the given size. This
tunable may be used to saturate the kernel msg buffers more quickly with
the effect that the ZeroMQ message queue size - on which the FairMQ
shmem transport relies upon - behaves more accurately for very small
queue sizes.

This introduces a change for the meta msg format in the multipart case:
old: | MetaHeader 1 | ... | MetaHeader n |
new: | n | MetaHeader 1 | ... | MetaHeader n | padded to fMetadataMsgSize |
where `n` is a `size_t` and contains the number of following meta headers.
Previously, this number was infered from the msg buffer size itself which is
no longer possible due to the potential padding.

Implements #432
2023-06-13 21:24:40 +02:00
..
2022-08-12 01:50:14 +02:00
2023-03-06 15:32:48 +01:00
2023-06-13 21:24:40 +02:00
2023-06-13 21:24:40 +02:00
2023-03-01 15:39:38 +01:00
2023-03-01 15:39:38 +01:00
2023-03-03 12:49:37 +01:00
2021-01-25 13:46:40 +01:00
2021-01-25 13:46:40 +01:00
2023-02-24 13:59:27 +01:00
2022-01-24 06:40:24 +01:00
2019-07-10 19:35:18 +02:00
2021-01-25 13:46:40 +01:00
2021-01-25 13:46:40 +01:00
2023-03-02 11:20:35 +01:00
2023-02-24 14:28:18 +01:00