当前位置:网站首页>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
边栏推荐
- How can reinforcement learning be used in medical imaging? A review of Emory University's latest "reinforcement learning medical image analysis", which expounds the latest RL medical image analysis co
- C语言练习题_1
- Tiflash source code reading (IV) design and implementation analysis of tiflash DDL module
- Stm32f4 --- PWM output
- Infrared camera: juge infrared mag32 product introduction
- [Mori city] random talk on GIS data (II)
- Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
- The last line of defense of cloud primary mixing department: node waterline design
- unity 自定义webgl打包模板
- MFC Windows 程序设计[147]之ODBC数据库连接(附源码)
猜你喜欢

Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem

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

Draco - gltf model compression tool

#夏日挑战赛#数据库学霸笔记(下)~

String or binary data will be truncated

Application analysis of face recognition
![leetcode:5. Longest palindrome substring [DP + holding the tail of timeout]](/img/62/d4d5428f69fc221063a4f607750995.png)
leetcode:5. Longest palindrome substring [DP + holding the tail of timeout]

Lumion 11.0 software installation package download and installation tutorial

测试优惠券要怎么写测试用例?

【森城市】GIS数据漫谈(二)
随机推荐
普通测试年薪15w,测试开发年薪30w+,二者差距在哪?
New generation cloud native message queue (I)
#yyds干货盘点# 解决名企真题:最大差值
Introduction to RC oscillator and crystal oscillator
pgpool-II和pgpoolAdmin的使用
Linear list --- circular linked list
Infrared camera: juge infrared mag32 product introduction
String or binary data will be truncated
Introduction to the internal structure of the data directory of PostgreSQL
Douban average 9 x. Five God books in the distributed field!
[C # notes] use file stream to copy files
Alibaba cloud middleware open source past
fiddler的使用
MFC Windows 程序设计[147]之ODBC数据库连接(附源码)
Web3的先锋兵:虚拟人
Draco - gltf model compression tool
进程管理基础
C # / vb. Net supprime le filigrane d'un document word
Overall query process of PostgreSQL
The third season of ape table school is about to launch, opening a new vision for developers under the wave of going to sea