G
Guest
I have an Exe and on My Pc I am allowing my exe to execute from desktop as
well as calling from web application.
This exe is a dotnet application and hosts a DLL. again this DLL is a dotnet
application. Till now every thing is system works fine.
I can see multiple instances are opening and work is getting completed as
per my expections.
Problem is that In my DLL I have one Static class; class has property which
hold complex cached data. since all the application has app domain different
how do I preserve to have only one instance across all the application.
(Memory saving)
Regards,
Kishor
well as calling from web application.
This exe is a dotnet application and hosts a DLL. again this DLL is a dotnet
application. Till now every thing is system works fine.
I can see multiple instances are opening and work is getting completed as
per my expections.
Problem is that In my DLL I have one Static class; class has property which
hold complex cached data. since all the application has app domain different
how do I preserve to have only one instance across all the application.
(Memory saving)
Regards,
Kishor