- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 51字
- 2021-07-08 09:47:19
vfork()
Unlike fork(), vfork() creates a child process and blocks the parent, which means that the child runs as a single thread and does not allow concurrency; in other words, the parent process is temporarily suspended until the child exits or call exec(). The child shares the data of the parent.
推薦閱讀
- Oracle Exadata性能優(yōu)化
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- C語言程序設(shè)計(jì)
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實(shí)踐
- Getting Started with LLVM Core Libraries
- Learning Apache Karaf
- Building Wireless Sensor Networks Using Arduino
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Developing SSRS Reports for Dynamics AX
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- 嵌入式Linux C語言程序設(shè)計(jì)基礎(chǔ)教程
- 30天學(xué)通C#項(xiàng)目案例開發(fā)
- Python Projects for Kids
- Python編程快速上手2
- 趣味掌控板編程