[Mono-list] Communication: what to choose?

Michael Schurter michael at synthesyssolutions.com
Mon Jul 31 00:43:21 EDT 2006


Julien Sobrier wrote:
> Hello,
> I have 3 different applications A, B and C running simultaneously under
> different users on the same machine. They share common libraries. I'm
> wondering what method I should use to make them communicate with each other:
> 
> * System.Remoting: it is a good idea for local communications only?
Hi Julien,

System.Remoting has always worked well for me: both locally and 
remotely.  I've used it on a LAN and over the Internet with good results.

I use MS.NET compiled binaries on a Windows machine that communicate to 
a Linux Web Server running xsp using Mono compiled binaries with SOAP as 
the protocol/transport.

-- 
Michael Schurter
Synthesys Computer Solutions
http://www.synthesyssolutions.com/


More information about the Mono-list mailing list