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

WBOY
Release: 2016-06-06 20:43:55
Original
1167 people have browsed it

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 就可以监听到,具体原因还期待大神

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!