I understand roughly what an AppDomain is, however I don\'t fully understand the uses for an AppDomain.
I\'m involved in a large server based C# / C++ application an
App Domain segregation strategy for running completely independent code modules, in order to address memory sharing and stability concerns, is more of an illusion than a reality.