LAN inter-process communication in C#?

Posted by user311130 on Stack Overflow See other posts from Stack Overflow or by user311130
Published on 2010-04-29T06:21:27Z Indexed on 2010/04/29 6:47 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

What's the easiest way to implement lan interprocess communication? I need process on machine A be blocked until process on machine B send him just a simple string msg

Don't know if it is worth building a whole WCF project.

What Do you say?

© Stack Overflow or respective owner

Related posts about communication

Related posts about concurrency