An appdomain is a sub-division of a process, so if you run a .NET
executable 5 times so that there are 5 concurrent instances running,
there will be at least 5 appdomains running, at least one per
executable.
An appdomain is a sub-division of a process, so if you run a .NET
executable 5 times so that there are 5 concurrent instances running,
there will be at least 5 appdomains running, at least one per
executable.