“套接字已禁用,已达到连接限制”是什么意思?意思是?
我在 Redhat4 上运行 lighttpd-1.4,当 lighttpd 崩溃时我收到此错误:
2009-11-13 16:28:41: (server.c.1383) [note] sockets disabled, connection limit reached
2009-11-13 16:28:53: (server.c.1337) [note] sockets enabled again
这是什么意思以及如何避免它?
我用谷歌搜索了一下,但没有找到任何有用的东西。
I am running lighttpd-1.4 on Redhat4 and I got this error when lighttpd crashed:
2009-11-13 16:28:41: (server.c.1383) [note] sockets disabled, connection limit reached
2009-11-13 16:28:53: (server.c.1337) [note] sockets enabled again
What does this mean and how can I avoid it?
I have googled it and did not come up with anything useful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这意味着您用完了文件描述符(默认情况下为 1024),请阅读 lighttpd 性能文档:
http://redmine.lighttpd.net/wiki/1/Docs:Performance
It means you ran out of file descriptors (1024 by default), read the lighttpd performance docs:
http://redmine.lighttpd.net/wiki/1/Docs:Performance