workerman作为http服务接收大并发请求,nginx返回502

问题描述 我用workerman做了一个http服务,作用是作为定时器来通知第三方服务器,然后量大了以后,nginx日志里发现了,这种错误: 2024/06/16 16:52:28 [error] 28425#0: *314 recv() failed (104: Connection reset by peer) while reading response header from upstream 页面等待一段时...

phpfuns 发表与 2024-06-17 726 浏览 2 回答
定时器里面curl卡住了

问题描述 定时器里面curl卡住了 程序代码 $worker = new Worker('http://0.0.0.0:2346'); $worker->onMessage = function (TcpConnection $connection, $data) { $order = $data['post']['order']; Timer::add(1, functi...

phpfuns 发表与 2024-05-23 668 浏览 2 回答
webman框架关于header函数的使用

问题描述 public function redirectToCas($gateway=false,$renew=false) { phpCAS::traceBegin(); $cas_url = $this->getServerLoginURL($gateway, $renew); session_write_close(); if (php_sapi_name() === 'cli') { @header(...

phpfuns 发表与 2023-08-11 1119 浏览 1 回答

phpfuns

60
积分
0
获赞数
0
粉丝数
2023-08-11 加入
×
🔝