creating appDomain

  • Thread starter Thread starter Allen Jones
  • Start date Start date
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
 
hi.
by creating new AppDomain, is that mean, the net framework creating
implicitly new thread for that new AppDomain ?



second q.
thread can only run in one and the same one appdomain ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top