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
 
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
 
Back
Top