Hi,
I want to know is tehre any concept of process scheduling in windows.
OR it schedules only threads.
i.e. does windows manage a thread pool of all the thread in runing
processes and selects one of them to run. OR it selects a process
first then it selects a thread from it and run
Thanks in advance