As an Amazon Associate I earn from qualifying purchases.

Lightweight Process Notes: Definitions & Explanations PDF Download

Study Lightweight Process lecture notes PDF with operating system definitions and explanation to study “What is Lightweight Process?”. Study lightweight process explanation with operating system terms to review operating system course for online degree programs.

Lightweight Process Definition:

Lightweight Process Notes:

A lightweight process is a means of achieving multitasking. The threads created by users are implemented by allowing certain processes to share same resources, which leads to these processes being called Lightweight Processes. Lightweight processes are also called threads of control which are used with the support of kernel.

Keep Learning with Operating System Notes

What is Segment?

A process is divided into segments. The chunks that a program is divided into which are not necessarily all of ...

What is Interrupt?

An interrupt is a function of an operating system that provides multi-process multi-tasking. It is a signal that prompts the ...

What is Virtual Address?

A virtual address is a pointer for memory space that an operating system allows a process to use. The virtual ...

What is Time Slice?

Time slice is the period of time for which a process is allowed to run uninterrupted in a preemptive multitasking ...

What is Spin Lock?

A spin lock is a lock which causes a thread trying to acquire it to simply wait in a spin ...

What is Trap?

A trap is also known as an exception or a fault. It is typically a type of synchronous interrupt caused ...