Re: [Mono-dev] about appdomain and threads.

2016-07-08 Thread Robert Jordan
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

[Mono-dev] about appdomain and threads.

2016-07-08 Thread Zhanxing Ding
Hi all, 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? If so, how can I trace the process of creating the thread using gdb. And does anyone has some materials about