首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
ab 调试发现有很多出错信息
{{{ [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[225] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[168] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[168] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[241] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[241] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[245] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[245] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[148] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[148] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[182] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[182] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[156] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[156] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[172] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[172] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[185] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[185] not found. }}}
发布于10年前 · 0 次浏览 · 来自
提问
c
clown
{{{ [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[225] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[168] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[168] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[241] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[241] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[245] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[245] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[148] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[148] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[182] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[182] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[156] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[156] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[172] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[172] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_finish: connection[185] not found. [2014-07-29 17:32:23] WARN swFactoryProcess_end: can not close. Connection[185] not found. }}}
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2015-12-02
d
derek
这是因为Server和Client都有关闭操作,所以Server的Close会失败。 启用KeepAlive吧。
赞
0
回复