mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Added Process Management definition and resources (#1182)
* Update 102-process-management.md * Update content/roadmaps/101-backend/content/102-os-general-knowledge/102-process-management.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ab225aaccf
commit
04b2b0a4ab
@@ -1 +1,7 @@
|
||||
# Process Management
|
||||
|
||||
Process management involves various tasks like creation, scheduling, termination of processes, and a deadlock. Process is a program that is under execution, which is an important part of modern-day operating systems. The OS must allocate resources that enable processes to share and exchange information. It also protects the resources of each process from other methods and allows synchronization among processes.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/@akhandmishra/operating-system-process-and-process-management-108d83e8ce60'>Operating System: Process and Process Management</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/process-management-pcb.html'>Process Management in OS: PCB in Operating System</BadgeLink>
|
||||
|
Reference in New Issue
Block a user