当前位置:网站首页>Fundamentals of process management
Fundamentals of process management
2022-07-07 02:33:00 【A bumpy programmer】
Process management is also called processor management
Procedures and processes
- The order of execution of the program :1-2-3,1 yes 2 The precursor of ,2 yes 1 In the subsequent
- The program with no precursor relationship of the same job or the program segments of different jobs can be executed in parallel .
- The characteristics of concurrent execution of programs : Lost the closeness of the program , The execution sequence of the program and the machine is no longer one-to-one correspondence , The mutual restriction of concurrent programs
Process composition
- pcb Is the only criterion for the existence of a process
- Program : A program can be shared and executed by multiple processes at the same time , Then this part should be compiled in the form of pure code , The program cannot be modified during execution
- data : The data part includes the data required for program execution and the work area , This part can only be used by one process , Is the modifiable part of the process
State of process
- Three state model
function : When a process is running on the processor
be ready : A process is ready for everything , Ready to run
Blocking : When a process is running, it needs to wait for something to run

Five state model
establish : Created but not submitted
End : When the process is finished , Free memory

Pending state
Active and ready : Processes can be scheduled in main memory
Stand still : The process is switched to secondary storage , Only wait for a location in main memory , Will be scheduled , Or it has a higher priority
Active blocking : The process is in main memory , Once the waiting event is completed , Enter ready
Stand still : It's been blocked for too long , Will be switched to secondary storage , Only let the waiting event complete , Only when it is static and ready , Wait for opportunities to be active and ready

Process control
All processes from creation to extinction are effectively controlled
Process control is implemented by primitives in the operating system kernel
Interprocess communication
- Synchronization and mutual exclusion
- Sync : Inter process coordination ,a Process complete ,b Process start
- Mutually exclusive : You can't take mine
- Management principles : Enter when you are free , No time to wait , Limited waiting , Let the right waiting
- Limited waiting : To ensure that the process enters the critical zone in a limited time
- Let the right waiting : When the process cannot enter the critical zone , Let go
- Semaphore mechanism : public : Mutually exclusive ,1 Private use ; Sync 0
Advanced communication primitives
- Shared storage mode : Processes communicating with each other share some data structures to realize communication
- Messaging mode : Communicate through primitives
- Pipeline communication : adopt pip file , Write process and read process
Tube side
- Centralize resources , Abstract the resources in the system .
- The tube side is made of : Shared data , A collection of operations that can be performed by concurrent processes on shared data , The initial code and access rights consist of .
Process scheduling
- Advanced scheduling : Advanced scheduling is also called : Long scheduling , Admission scheduling , Job scheduling . Put the process into the ready state
- Intermediate dispatch : Also called : Medium range scheduling , Swap scheduling , Drop the process of the swap area to run , Or throw the blocked state to the exchange area , Make way for other processes
- Low level scheduling : Also called short-range scheduling or process scheduling , Drop the process in memory to run
- Scheduling algorithm :
- First come, first served : Who will use it first
- Time slice rotation : Fixed time slice : The time slices allocated to each process are equal , Variable time slice : Change according to the actual situation
- Priority scheduling : Schedule according to priority , Static priority : A priority will be created at the beginning , Can't change , Dynamic priority : It can change
- Multi level feedback scheduling : The highest priority queue can run first
- Process priority determination :
- about I/O Type process , Topmost queue , Computational process , Lowest level queue ,I/O Not many times , Mainly cpu The process of , At the completion of I/O after , Priority return I/O Queue of process end
Deadlock - Yes 2 A resource , One for one , But they all want to rob each other , It will form a loop , Cause a deadlock
- Deadlock solution :
- Pre static distribution : Request all resources at once , Don't give them a chance
- Orderly allocation of resources : Sort the resources in order , Don't let them form a loop
边栏推荐
- 如何从0到1构建32Core树莓派集群
- [leetcode] day97 remove linked list elements
- [server data recovery] data recovery case of a Dell server crash caused by raid damage
- Sensor: DS1302 clock chip and driver code
- [leetcode]Search for a Range
- MFC Windows 程序设计[147]之ODBC数据库连接(附源码)
- #yyds干货盘点# 解决名企真题:最大差值
- 企业中台建设新路径——低代码平台
- Tips for web development: skillfully use ThreadLocal to avoid layer by layer value transmission
- postgresql之整體查詢大致過程
猜你喜欢

Jacob Steinhardt, assistant professor of UC Berkeley, predicts AI benchmark performance: AI has made faster progress in fields such as mathematics than expected, but the progress of robustness benchma

Douban average 9 x. Five God books in the distributed field!

【Unity】升级版·Excel数据解析,自动创建对应C#类,自动创建ScriptableObject生成类,自动序列化Asset文件

Web3的先锋兵:虚拟人

C#/VB.NET 删除Word文檔中的水印
![[paper reading | deep reading] anrl: attributed network representation learning via deep neural networks](/img/06/17acf9958228cce5d80ada3275ad24.png)
[paper reading | deep reading] anrl: attributed network representation learning via deep neural networks

Go swagger use

Processing image files uploaded by streamlit Library

The last line of defense of cloud primary mixing department: node waterline design

Web3对法律的需求
随机推荐
猿桌派第三季开播在即,打开出海浪潮下的开发者新视野
软件测试——Jmeter接口测试之常用断言
postgresql之integerset
fiddler的使用
Robot team learning method to achieve 8.8 times human return
Douban average 9 x. Five God books in the distributed field!
Why am I warned that the 'CMAKE_ TOOLCHAIN_ FILE' variable is not used by the project?
[xlua notes] array of lua to array of C #
argo workflows源码解析
C#/VB. Net to delete watermarks in word documents
Use of fiddler
[leetcode]Search for a Range
Decryption function calculates "task state and lifecycle management" of asynchronous task capability
【森城市】GIS数据漫谈(二)
Lombok makes the pit of ⽤ @data and @builder at the same time
[paper reading | deep reading] anrl: attributed network representation learning via deep neural networks
Recent applet development records
STM32 project -- Topic sharing (part)
The boss is quarantined
Draco - gltf model compression tool