Visitors hit counter dreamweaver
摘要: 我只是做一个mark,为了日后复习:http://blog.csdn.net/tianlesoftware/article/details/6457487他写得非常的详细,值得推荐。补充一点什么是僵尸进程:In UNIX System terminology, a process that has terminated,but whose parent has not yet waited for it, is called a zombie. 在UNIX 系统中,一个进程结束了,但是他的父进程没有等待(调用wait / waitpid)他, 那么他将变成一个僵尸进程。 但是如果该进程的父进程 阅读全文
posted @ 2013-09-16 21:26 Jason Damon 阅读(268) 评论(0) 推荐(0) 编辑