Skip to content
Home » Operating Systems » Page 3

Operating Systems

Round Robin

  • by

The round-robin scheduling algorithm is suitable for time-sharing computers which are similar to FCFS. However, preemption is added to this algorithm to switch between processes.… Read More »Round Robin

Win32 Threads

  • by

The Win32 threads are implemented in the kernel space of Windows OS. The multi-threaded applications can use the Win32 API library similar to Pthread library.… Read More »Win32 Threads