I'm learning about the Operating System concepts. There's one thing I don't understand well regarding scheduling process and thread.
Process Scheduling algorithms (SJF, RR...) is a general term, which means that these algos are also used for Thread Scheduling.
However, it exists also PCS (user-level) and SCS (kernel-level) mechanisms for Thread Scheduling.
So what is the differences between SFC,RR...and SCS (or PCS) ?
Thank you very much.