What is best way to communicate between computer in local network ?
John Colvin via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jun 28 09:20:30 PDT 2014
On Saturday, 28 June 2014 at 16:08:18 UTC, Sean Kelly wrote:
> On Friday, 27 June 2014 at 13:03:20 UTC, John Colvin wrote:
>>
>> It's an application and network dependant decision, but I
>> would suggest http://code.dlang.org/packages/zmqd as suitable
>> for most situations.
>
> Yeah, this would be my first choice. Or HTTP if integration
> with other applications is an option. I really like JSON-RPC,
> though it seems to not get much attention. Longer term, I'd
> like to extend the messaging in std.concurrency to allow
> interprocess communication as well.
An MPI backend for std.concurrency would be a game-changer for D
in certain scientific circles.
More information about the Digitalmars-d-learn
mailing list