Home  >  Article  >  Backend Development  >  gearman -d后netstat -apn一直检测不到4730端口被监听啊!!

gearman -d后netstat -apn一直检测不到4730端口被监听啊!!

WBOY
WBOYOriginal
2016-06-06 20:43:551168browse

GearmanClient::do(): send_packet(GEARMAN_COULD_NOT_CONNECT) Failed to send server-options packet -> libgearman/connection.cc:393
用php写一直报这个错误!已经指定addServer为("127.0.0.1",4730)了,为什么gearman一直跑不起来,求大神帮助!!

回复内容:

GearmanClient::do(): send_packet(GEARMAN_COULD_NOT_CONNECT) Failed to send server-options packet -> libgearman/connection.cc:393
用php写一直报这个错误!已经指定addServer为("127.0.0.1",4730)了,为什么gearman一直跑不起来,求大神帮助!!

也遇到这个问题,发现用 gearmand -L 127.0.0.1 -p 4730 -u root –d 就可以监听到,具体原因还期待大神

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn