[Mono-dev] about appdomain and threads.

Robert Jordan robertj at gmx.net
Fri Jul 8 12:34:20 UTC 2016


On 08.07.2016 05:34, Zhanxing Ding wrote:
> Can anyone could tell me about the relationship between appdomain and
> threads?
>
> The details are that:
>
>
>
> If creating a new appdomian must create a new thread corresponding to it?

It's not required to create a thread for the AppDomain, nor does
the .NET/Mono runtime create one implicitly. Furthermore, AppDomains
do not isolate threads. A thread is readily able to run code from
multiple AppDomains.

Robert




More information about the Mono-devel-list mailing list