IPCs and Remoting

  • Thread starter Thread starter Fred West
  • Start date Start date
F

Fred West

From what I have read in the news group, it appears that .NET Remoting is
the recommended approach for Inter-Process Communications in an all .NET
solution.

Remoting in version 2003 only provides the Tcp and http "channels". My two
processes will reside on the same PC and I would like to use something more
efficient and not subject to any firewalls, such a shared memory access (for
example, memory mapped files). It appears that I may need to create my own
channel to accomplish this. Is this the best approach? If so, what
mechanisms do I have to create memory mapped files?

Thanks,

- Fred
 
Back
Top