Windows XP uses a quantum-based, preemptive priority scheduling algorithm
mlq
round robin algo is used in windows xp...
User-mode scheduling (UMS) is a light-weight mechanism that applications can use to schedule their own threads. An application can switch between UMS threads in user mode without involving the system...
same as linux use.
Because it allows to open multiple applications.