- 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.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- 程序員面試筆試寶典(第3版)
- 深入理解Bootstrap
- C/C++算法從菜鳥到達人
- Python Game Programming By Example
- Java虛擬機字節(jié)碼:從入門到實戰(zhàn)
- Mastering Swift 2
- 網(wǎng)絡爬蟲原理與實踐:基于C#語言
- D3.js 4.x Data Visualization(Third Edition)
- PHP 7從零基礎到項目實戰(zhàn)
- Python從入門到精通(第3版)
- 自學Python:編程基礎、科學計算及數(shù)據(jù)分析(第2版)
- Learning Kotlin by building Android Applications
- 深度學習入門:基于Python的理論與實現(xiàn)
- AutoCAD基礎教程