- 6
- 0
- 约9.79千字
- 约 45页
- 2017-03-15 发布于浙江
- 举报
* 现代进程与线程 一个进程地址空间 二个进程地址空间? 一个进程中2个线程地址空间?? * 线程的优势 Takes less time to create a new thread than a process Less time to terminate a thread than a process Less time to switch between two threads within the same process Since threads within the same process share memory and files, they can communicate with each other without invoking the kernel * 信号(Signals) Signals are a technique used to notify a process that some condition has occurred. The process has three choices for dealing with the signals: Ignore the signal. Let the default action occur. Provide a function that is called when the signa
原创力文档

文档评论(0)