GSoC idea for interprocess library in D

Johannes Pfau nospam at example.com
Wed Mar 13 21:31:44 UTC 2019


Am Wed, 13 Mar 2019 02:20:39 +0000 schrieb Arun Chandrasekaran:

> 
> Boost.Interprocess offers:
> 1. shm based queues without relying on the kernel for data transfer.
> This is a huge win for low latency apps in the order of micro seconds)
> 
> 2. shm based object allocation, construction and destruction.

Interesting. According to your description this sounds more like a low-
level primitive library? Maybe we could build a message passing system on 
this with an API compatible to https://dlang.org/phobos/
std_concurrency.html ?


-- 
Johannes


More information about the Digitalmars-d mailing list