Some kind of RPC exists for D?
Rikki Cattermole via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jun 18 21:13:37 PDT 2014
On 19/06/2014 7:24 a.m., Bienlein wrote:
> Hello,
>
> I'm looking for a way to do some kind of RPC in D. Some way of being
> able to say aFoo.bar(int i, ...) with receiver object and method being
> marshalled at the sender's site and being unmarshalled and invoked at
> the receiver's site. Any hints appreciated.
>
> Thanks, Bienlein
Just for reference sake, I'm also working on something similar via an
actor framework [0].
[0] https://github.com/rikkimax/dakka/wiki/Protocol
More information about the Digitalmars-d-learn
mailing list