D
Dan24
Hi,
I am designing an application in which several processes need to share
*secure* data. Some of these applications will be written in .Net
(managed) code and some in C++ (unmanaged).
To centrally store this data, I considered a few solutions:
1. COM Server (Out of process) - store all the centralized data in this
object.
2. Enterprise Services (COM+)
3. System Service with .Net Remoting
4. Shared memory (needs .Net wrapper)
There is also a security consideration - I don't want any other process
(besides those that I define) to be able to access this data.
Any suggestions on the best approach to implement this would be greatly
appreciated
Danny
I am designing an application in which several processes need to share
*secure* data. Some of these applications will be written in .Net
(managed) code and some in C++ (unmanaged).
To centrally store this data, I considered a few solutions:
1. COM Server (Out of process) - store all the centralized data in this
object.
2. Enterprise Services (COM+)
3. System Service with .Net Remoting
4. Shared memory (needs .Net wrapper)
There is also a security consideration - I don't want any other process
(besides those that I define) to be able to access this data.
Any suggestions on the best approach to implement this would be greatly
appreciated
Danny