Typed Message Passing between D Processes

Laeeth Isharc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 16:23:00 PDT 2015


On Thursday, 25 June 2015 at 14:04:23 UTC, Per Nordlöw wrote:
> Is there an alternative to
>
> http://dlang.org/phobos/std_process.html#.pipe
>
> that can be used to do _typed_ _message_ _passing_ between two 
> D processes with the same convenience as `send` and `receive` in
>
> std.concurrency
>
> ?
>
> Either in Phobos or in a third party library?

not sure if this is quite what you are looking for, or if the 
performance overhead is acceptable but have you looked at msgpack 
to go on top of a lower level pipe ?



More information about the Digitalmars-d-learn mailing list