We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,这种多线程的网络服务器代码,没有收回线程,为什么不用设置成游离态呢?求大神解答。
The text was updated successfully, but these errors were encountered:
发现一个问题,线程没有join, 用ctrl-c结束httpd后,成了僵尸进程,无法杀掉。
Sorry, something went wrong.
@UKeeySDis 线程需要特殊回收?线程游离态是什么?
@chenpoyang 线程怎么变成的进程?
刚学习也发现这个问题了,还有一种解决方法pthread_detacd()
No branches or pull requests
如题,这种多线程的网络服务器代码,没有收回线程,为什么不用设置成游离态呢?求大神解答。
The text was updated successfully, but these errors were encountered: