Do you mean on say an unhandled exception in the child domain?
"ultimA" <ultimA (AT) discussions (DOT) microsoft.com> wrote
Quote:
I think I've got a theory, please tell me someone if this is correct or
not:
AppDomains can have a hierarchy: If AppDomain A creates AppDomain B, then
if
B crashes A will always crash too. But if there were two appdomains on the
same level of the hierarchy without having a common parent appdomain
(achievable via an unmanaged host which creates the two appdomains), then
the
two appdomians would be totally independent: if one of them crasehd, the
other would stay alive.
Is this correct? |