当前位置:网站首页>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
边栏推荐
- The boss is quarantined
- Linear list --- circular linked list
- 测试优惠券要怎么写测试用例?
- MySQL
- 6-6漏洞利用-SSH安全防御
- Douban average 9 x. Five God books in the distributed field!
- CDB PDB 用户权限管理
- STM32项目 -- 选题分享(部分)
- 15million employees are easy to manage, and the cloud native database gaussdb makes HR office more efficient
- MetaForce原力元宇宙开发搭建丨佛萨奇2.0系统开发
猜你喜欢
The boss is quarantined
Lumion 11.0软件安装包下载及安装教程
Overall query process of PostgreSQL
The last line of defense of cloud primary mixing department: node waterline design
[unity] upgraded version · Excel data analysis, automatically create corresponding C classes, automatically create scriptableobject generation classes, and automatically serialize asset files
unity中跟随鼠标浮动的面板,并可以自适应文字内容的大小
unity 自定义webgl打包模板
Several classes and functions that must be clarified when using Ceres to slam
leetcode:5. 最长回文子串【dp + 抓着超时的尾巴】
【论文阅读|深读】DNGR:Deep Neural Networks for Learning Graph Representations
随机推荐
本周 火火火火 的开源项目!
新一代云原生消息队列(一)
fiddler的使用
MySQL
Lombok同时使⽤@Data和@Builder 的坑
Freeswitch dials extension number source code tracking
安全巡检的工作
CSDN 夏令营课程 项目分析
How do I dump SoapClient requests for debugging- How to dump SoapClient request for debug?
AWS学习笔记(一)
MFC Windows 程序设计[147]之ODBC数据库连接(附源码)
一本揭秘字节万台节点ClickHouse背后技术实现的白皮书来了!
Compress JS code with terser
The cities research center of New York University recruits master of science and postdoctoral students
Draco - gltf model compression tool
低代码平台中的数据连接方式(上)
go swagger使用
【服务器数据恢复】raid损坏导致戴尔某型号服务器崩溃的数据恢复案例
压缩 js 代码就用 terser
What to do when encountering slow SQL? (next)