I was reading through galvin chapters on process and thread Looking at processes , multiple processes are scheduled by the cpu scheduler or short term scheduler , after this comes the concept that a thread is a path of execution and a process can contain multiple threads . Now i thought of a scenario , Suppose the cpu scheduler schedules a process for execution using round robin algo , now suppose the scheduled process has 50 threads , now in this scenario how are the threads withing the same process scheduled and how does the context switch b/w threads , process happen Can plz sm one explain me the entire scenario in detals , i will be very thankfullll
是否有任何人知道如何从C#中检查CPU是否支持人口计算?