搜索

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

1.RE: 出现大量IO timeout

发布时间:2012-05-14 11:05 t By hightman

io timeout 是指你的客户服务连接后,超过5秒还没有发送数据给服务

2.RE: fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

发布时间:2011-10-17 16:10 t By hightman

这说明你的服务没有开啊 安装完 xunsearch 必须启动 xunsearch server的。运行 安装目录下的 bin/xs-ctl.sh start 来启动。 xunsearch 是c/s的工作模型,php 的代码相当于客户,它去连接 c/c++ 写的服务

3.XSServer::setTimeout

...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->execCommand($cmd, XS_CMD_OK_TIMEOUT_SET);} ...

4.XSServer

...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->execCommand($cmd, XS_CMD_OK_TIMEOUT_SET);} ...

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