G
Guest
I am coding a dozen "background" realtime apps for factory automation in .NET
2.0.
The apps need to share a common memory as there are lots of variables to be
shared (and synchronized of course).
I need distinct apps for reasons like user interaction/access rights, error
compartments, and because the size of the code, access to various ports, ...
In the end the apps should run as Windows Service(s).
How can I implement shared memory using .NET 2.0/3.0?
thanks herbert
2.0.
The apps need to share a common memory as there are lots of variables to be
shared (and synchronized of course).
I need distinct apps for reasons like user interaction/access rights, error
compartments, and because the size of the code, access to various ports, ...
In the end the apps should run as Windows Service(s).
How can I implement shared memory using .NET 2.0/3.0?
thanks herbert