Home All Groups Group Topic Archive Search About

AppDomain memory and async

Author
5 Dec 2006 10:38 AM
johndoe96050
hi,
here i have a abridgement from MSDN:
Application domains provide a flexible and secure method of isolating
running applications.

And i thought that i can resolve my problems with creating AppDomains.

1. I must call form main thread, x instances from unmanaged code libraries
to do some thing. This instances have to work concurently.

2. And i thougt it is a good idee to load them in AppDomains because when i
unload them the memory (managed heap) will be cleaned.
(I can not see that my application release memory, in taskmanager? Even if i
try to delete the loaded win32 dll it faild)

--
john2006

AddThis Social Bookmark Button