Shared Memory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there
Is there a way in .NET to do shared memories between applications running on
the same machine?

Thanks
 
You can use interop to access the NT shared memory API.

"CristianMori"
 
I don't want to use any interop. I would like just to use .NET native
methods...
 
I Do not ereqjuire to use real shared memoryes... i just need to share the
same instance of a class between several process. I tryed something with
remoting using a tcp channel but it is far too slow.
Is there a way, using remoting, to share a class instance in a fast (very
fast if possible) way?

Thanks
 

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

Back
Top