搜索

大约有 10 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.3942秒)

1.xunsearch每天凌晨4点左右挂掉(log)

发布时间:2013-05-20 11:05 t By tendyming

...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...

2.这三个错误怎么解决?

更新时间:2012-05-29 21:05 t By Mr.

...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

3.XSServer::connect

...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;} 连接服务端

4.祝贺1.1.8发布,另报告一点遗憾

发布时间:2011-09-15 22:09 t By shwan

... Error Details: The FastCGI process exceeded configured activity timeout Error Number: 258 (0x80070102). Error Description: µÈ´ýµÄ²Ù×÷¹ýʱ¡£ HTTP Error 500 - Server Error. Internet Information Services (IIS)

5.XSJsonDataSource::getDataList

...L295 (显示) protected function getDataList(){ // read line (check to timeout?) $line = ''; while (true) { $buf = fgets($this->fd, 8192); if ($buf === false || strlen($buf) === 0) { break; } $line .= $buf; if (strlen($buf) < 8191 || substr($bu...

6.RE: search时报错 ,请帮看看是哪的问题

发布时间:2012-12-25 10:12 t By benq81

...] ThinkPHP/Extend/Vendor/sdk/php/lib/XS.php(2087): Task is canceled due to timeout/error(S#514) 日志: 2012-12-25 10:19:08 worker1[11340] [sock:7] task canceld, run the cleanup (ZARG:0x7f6c775fdbf0) 2012-12-25 10:19:08 worker1[11340] [sock:7] quit, result error (CODE:514) 2012-12-25 10:19:08 ...

7.XSJsonDataSource

...L295 (显示) protected function getDataList(){ // read line (check to timeout?) $line = ''; while (true) { $buf = fgets($this->fd, 8192); if ($buf === false || strlen($buf) === 0) { break; } $line .= $buf; if (strlen($buf) < 8191 || substr($bu...

8.XSServer

...缓存) XSServer setProject() 设置当前项目 XSServer setTimeout() 设置服务端超时秒数 XSServer Protected 方法 隐去继承来的方法 名称描述定义于 check() 检测服务端的连接情况 XSServer connect() 连接服务端 X...

9.XSServer::read

...a($this->_sock); $this->close(true); $reason = $meta['timed_out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); $msg = 'Failed to recv the data from server completely '; $msg .= '(SIZE:' . ($size - $len) . '/' . $size . ', REASON:' . $reason . ')'; throw new XSException($msg);}...

10.XSServer::write

...>_sock); $this->close(true); $reason = $meta['timed_out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); $msg = 'Failed to send the data to server completely '; $msg .= '(SIZE:' . ($size - $len) . '/' . $size . ', REASON:' . $reason . ')'; throw new XSExcepti...

  • 时间不限
  • 按相关性排序