A
Allen Jones
No, the runtime does not create a new thread when you create a new app
domain.
A thread can only run in one app domain at a time, but it may cross app
domain boundaries. For example if an object calls a method on another object
that exists in another app domain.
Regards
Allen
domain.
A thread can only run in one app domain at a time, but it may cross app
domain boundaries. For example if an object calls a method on another object
that exists in another app domain.
Regards
Allen