前台搜索无响应 查看后台searchd.log,一分钟出现N次的IO timeout 温柔重启无果,kill -9后重启 之后是N分钟出现一次的IO timeout提示了,频率大大降低了 是vps性能低的关系吗? ============================...
...e of database) 2013-05-15 04:24:01 worker2[15247] WARN [sock:52] quit, IO timeout (TIMEOUT:5) 2013-05-15 04:24:01 worker2[15247] WARN [sock:31] quit, IO timeout (TIMEOUT:5) 2013-05-15 04:24:01 worker1[15240] WARN [sock:38] quit, IO timeout (TIMEOUT:5) 2013-05-15 04:24:01 worker2[15247] WARN [soc...
...P:127.0.0.1, BURST:1) 2013-01-03 22:06:19 worker1[13128] [sock:7] quit, IO timeout (TIMEOUT:5) 2013-01-03 22:06:29 worker2[13129] new connection (SOCK:7, IP:127.0.0.1, BURST:1) 2013-01-03 22:06:34 worker2[13129] [sock:7] quit, IO timeout (TIMEOUT:5) 2013-01-03 22:12:07 worker3[13130] new connection ...
...rno . ', ' . $host . ':' . $port . ')'); } // set socket options $timeout = ini_get('max_execution_time'); $timeout = $timeout > 0 ? ($timeout - 1) : 30; stream_set_blocking($sock, true); stream_set_timeout($sock, $timeout); $this->_sock = $sock;} 连接服务端
...hp(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) quit, IO timeout (TIMEOUT:5): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) xunsearch版本1.3.1
...和昨天的类似 2012-05-23 09:57:00 worker2[21983] [sock:155] quit, IO timeout (TIMEOUT:5) 2012-05-23 09:57:04 worker3[21903] [sock:130] end the scws (RC:131, CONN:0xad577d0) 2012-05-23 09:57:09 worker1[20683] caught SIGINT, shutdown gracefully 2012-05-23 09:57:09 worker1[20683] get NULL pointer ...
setTimeout() 方法 public void setTimeout(int $sec) $sec int 秒数, 设为 0则永不超时直到客户端主动关闭 源码: sdk/php/lib/XSServer.class.php#L264 (显示) public function setTimeout($sec){ $cmd = array('cmd' => XS_CMD_TIMEOUT, 'arg' => $sec); $this->execC...
...: [b]Failed to recv the data from server completely (SIZE:0/302, REASON:timeout)[/b] 其中REASON会有两种情况 REASON:timeout REASON:colose xunsearch版本 xs-indexd: xunsearch/1.4.8 (index server) xs-searchd: xunsearch/1.4.8 (search server) 寻求管理员帮助!
...缓存) XSServer setProject() 设置当前项目 XSServer setTimeout() 设置服务端超时秒数 XSServer Protected 方法 隐去继承来的方法 名称描述定义于 check() 检测服务端的连接情况 XSServer connect() 连接服务端 X...