walkor
walkor
按照你之前的说法,14万QPS的时候带宽9G,网卡为50Gbps 现在145万QPS的时候带宽应该满了。
@joanhey https://github.com/walkor/workerman/commit/dc6d96b3e8814ce4d8a91d8610bcf58d27daa51f https://github.com/walkor/workerman/commit/a39c6192356461f3aa0244a4d9d4f6b09b9e33fb I think these changes have affected performance. These commits added more checks, resulting in a decrease in performance.
> We have another problem. Workerman v4.1 also have deprecations: > > * explicit nullable type is only fixable with PHP 7.1 and now only require PHP 7.0 > *...
打包后版本是php8.2.24,已经大于php8.2.3 21个小版本了。 opcache.jit 1205不是最优的,设置为tracing或者1254更好
Error: Using $this when not in object context in redis-queue\src\Client.php:333 Now the key looks like this {redis-queue}:waiting:send-mail, which is incompatible with {redis-queue}-waiting.
目前不支持控制器参数设置为支持联合类型
The key is ``` $response = $request->method() == 'OPTIONS' ? response('') : $handler($request); ``` `$handler($request)` has been executed , this will lead to the continued execution of RateLimitMiddleware and IndexController....
This project supports HTTPS and WSS without the need to modify the source code.
欢迎pr