Threading in .net a Complete Reference Chapter 1

Thread is a Light Weight Processes .A processes Contains More than one Thread . When an application starts  memory usage and Whole Resources are Allocated .The Physical Seperation of  memory allocation and Whole Resources  is called   Processes . Every Application Contains one or more Processes.

Comments