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:21:29 PDT 2014
On Saturday, 28 June 2014 at 16:20:31 UTC, John Colvin wrote:
> 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.
Note: I don't have much love for MPI, but it's the only practical
option on many clusters currently.
More information about the Digitalmars-d-learn
mailing list