MARiA so cute

Results 80 comments of MARiA so cute

看看是否设置了max_request导致worker进程达到最大处理数然后退出重启

是的,但是最好看一下代码,因为max_wait_time设置为10秒这么长都出现这个警告,而且有死锁发生。

@ddzobov @iuriag @ymuddje Hi. Can you please provide the log when executing `pecl install swoole` to me?

@ddzobov @iuriag @ymuddje @miladev95 Hi! Please execute this command to see swoole version. `cat /tmp/pear/temp/swoole/include/swoole_version.h | grep SWOOLE_VERSION_ID`

我大概会在这周提一个这个pr

我没看过你的代码,有可能是你们使用了有超时参数的函数,然后超时时间是一个小于1毫秒的的值,所以有这个警告。

> 还有这个函数:第二位秒数传0,第三位传的微秒数 if (!stream_set_timeout($sock, 0, $timeoutUsec)) { return false; } 有可能是这个引起的