Zombie state: When a process is created in UNIX using fork() system call, the parent process is cloned. If the parent process calls wait() system… Read More
Tag Archives: Processes & Threads
SPOOL is an acronym for simultaneous peripheral operations on-line. It is a kind of buffering mechanism or a process in which data is temporarily held… Read More
Multi threading-It is a process of multiple threads executes at same time. Many operating systems support kernel thread and user thread in a combined way.… Read More
What is a Thread? Within a program, a thread is a separate execution path. It is a lightweight process that the operating system can… Read More
S. No. Parameters User Level Thread Kernel Level Thread 1. Implemented by User threads are implemented by users. Kernel threads are implemented by Operating System… Read More
Courses