gpt4 book ai didi

sphinxsearch 返回 "failed to send client protocol version"

转载 作者:行者123 更新时间:2023-12-04 17:41:50 25 4
gpt4 key购买 nike

在我的某些服务器上,执行 sphinx php 查询会返回该错误。搜索谷歌我找不到任何东西,除了这是错误出现的部分原因:

// send my version
// this is a subtle part. we must do it before (!) reading back from searchd.
// because otherwise under some conditions (reported on FreeBSD for instance)
// TCP stack could throttle write-write-read pattern because of Nagle.
if (!$this->Send($fp, pack('N', 1), 4))
{
fclose($fp);
$this->error = 'failed to send client protocol version';
return false;
}

我发现的关闭是这个 http://www.sphinxsearch.com/forum/view.html?id=4919

但我不知道 sphinxapi.php 在哪里(我使用手动编译安装)并且不确定这是否是个好主意。

任何人有任何想法?

最佳答案

我在我的服务器上遇到了同样的问题,我意识到我根本没有启动 searchd 守护进程。

希望这可以帮助

关于sphinxsearch 返回 "failed to send client protocol version",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2174587/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com