- 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.
推薦閱讀
- JavaScript修煉之道
- C和C++安全編碼(原書第2版)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Bootstrap Essentials
- INSTANT Mercurial SCM Essentials How-to
- Easy Web Development with WaveMaker
- 手把手教你學(xué)C語言
- Unity 5.x By Example
- Spring核心技術(shù)和案例實戰(zhàn)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 用案例學(xué)Java Web整合開發(fā)
- Mastering jQuery Mobile
- Qt 4開發(fā)實踐
- Learning Image Processing with OpenCV
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實踐