IPC with DLang using pipes and shared memory on Linux
Details
We will look at some experimental code written to transmit data between two processes on Linux.
-
std.process.pipeProcess for communication
-
std.mmfile.MmFile for transferring large payloads
-
A simple protocol between processes
A polished version of this code ended up being used in production.
This will be an informal code walk-through as an anchoring point, which is expected to start conversations. (This will not be a "presentation with slides".)
This meetup will not be recorded.
