WCF/Remoting on IPC

  • Thread starter Thread starter Oriane
  • Start date Start date
O

Oriane

Hi there,

What is the "best" way to make to process communicate on the same machine, with .NET 2.0/3.0!
- remoting on IPC ? Have you experienced this ?
- WCF on IPC ?
- any alternatives ?

Thanks
 
Hello Oriane,

What are your requirements to app?
What u described is more appropriate for the distributed commutication, but
can be used on the single machine.
WCF is more faster way, but I'd try to use Pipes.

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

O> Hi there,
O>
O> What is the "best" way to make to process communicate on the same
O> machine, with .NET 2.0/3.0!
O> - remoting on IPC ? Have you experienced this ?
O> - WCF on IPC ?
O> - any alternatives ?
O> Thanks
O>
 
Back
Top