之前一直没太深入的去理解wait()函数,今天机缘巧合之前又看了看,发现之前没有真正的理解该函数。 众所周知,wait()函数一般用在父进程中等待回收子进程的资源,而防止僵尸进程的产生。 (In UNIX System terminology, a process that has terminat Read More
posted @ 2017-05-21 22:32 suonikeyinsu Views(49745) Comments(0) Diggs(3)