MARiA so cute
MARiA so cute
因为Swoole lock设计上是用来实现进程同步的,底层采用的是共享内存,所以只要一个子进程没解锁,剩下的子进程都得阻塞。
看起来像是锁等待,用的是swoole redis协程客户端吗
I can not reproduce it. Please use gdb to track the issue.
It is possible that this issue is related to the operating system. In my testing, I was unable to reproduce it on FreeBSD 13.
`php -m` to check if the swoole.so extension is loaded. If not, execute the following command. `echo "extension=swoole.so" >> /path/to/your/php.ini`
I cannot reproduce it. It seems there is a syntax error in the configure file. Will running "pecl install swoole" again cause this problem to reoccur?
Because a connection pool is used, the connections inside the pool will only be released when the program terminates.