IPCs and Remoting

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
 

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