Friday 30 September 2011

Can we have multiple threads in one AppDomain ?

                 One or more threads run in an AppDomain. An AppDomain is a runtime representation of a logical process within a physical process. Each AppDomain is started with a single thread, but can create additional threads from any of its threads. All threading classes are defined in System.Threading namespace

No comments:

Post a Comment