WCF/Remoting on IPC

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
 
M

Michael Nemtsev

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top