G
Guest
Hi,
I have the following situation:
2 appdomains that both use an assembly (DLL). There is important information
in this DLL which can be modified at runtime by either appdomains. What I
need is a mechanism so that I can notify one appdomain when the other has
made any changes.
How can I do this? .NET Events don't seem to cut it, and looking at
Richter's Programming Applications for MS Windows, 4th edition, the only
thing that looks like a possible solution is the use of a shared section with
a variable (although I suspect I would need to do this in C++), or memory
mapped files. Both of which I have 0 experience with, and would rather remain
within .NET territory.
Any help?
I have the following situation:
2 appdomains that both use an assembly (DLL). There is important information
in this DLL which can be modified at runtime by either appdomains. What I
need is a mechanism so that I can notify one appdomain when the other has
made any changes.
How can I do this? .NET Events don't seem to cut it, and looking at
Richter's Programming Applications for MS Windows, 4th edition, the only
thing that looks like a possible solution is the use of a shared section with
a variable (although I suspect I would need to do this in C++), or memory
mapped files. Both of which I have 0 experience with, and would rather remain
within .NET territory.
Any help?