[Mono-dev] Interprocess communication

"Andrés G. Aragoneses [ knocte ] "Andrés G. Aragoneses [ knocte ]
Thu Dec 27 07:40:37 EST 2007


I would rather use Remoting with IPC channels, in the managed side using 
Mono/.NET API's, and in the unmanaged side using Mono/.NET API's via [1].

Regards,

	Andrés	[ knocte ]


[1] http://www.mono-project.com/Embedding_Mono


Justin Cherniak escribió:
> Unfortunately as far as I know there is no easy one off way to do this.  
> That said, if you are communicating to an unmanaged process, I would 
> assume it is a safe assumption to assume you are targeting a particular 
> operating system.
> 
> I can't help you much with *nix, but on windows, you have a number of 
> options including:
> 
>     * COM
>     * Shared memory
>     * Window messages
> 
> What exactly are you trying to do, I (or someone else) might be able to 
> narrow it down to a clearer solution.
> 
> Thanks,
> Justin
> 
> On Dec 26, 2007 10:21 PM, FirstName LastName <mousse_man at hotmail.com 
> <mailto:mousse_man at hotmail.com>> wrote:
> 
>     Hi,
>      
>     I'm currently trying to find a way to make 2 processes on the same
>     machine talk.
>      
>     One process is managed while the other is unmanaged.  How can I do this?
>      
>     Thanks!




More information about the Mono-devel-list mailing list