Linux启动gearman服务下载

系统大全为您分享

好久没用Gearman了,服务器上的Gearman server不知道什么时候被停掉了,所以当执行程序时,报错:
 File “python/response.py”, line 41, in 

  File “python/response.py”, line 38, in main
    gm_worker.set_client_id('your_worker_client_id_name')
  File “/usr

b64/python2.7/site-packages/gearman-2.0.2-py2.7.egg/gearman/worker.py”, line 98, in work
    continue_working = self.poll_connections_until_stopped(worker_connections, continue_while_connections_alive, timeout=poll_timeout)
  File “/usr

b64/python2.7/site-packages/gearman-2.0.2-py2.7.egg/gearman/connection_manager.py”, line 204, in poll_connections_until_stopped
    raise ServerUnavailable('Found no valid connections in list: %r' % self.connection_list)
gearman.errors.ServerUnavailable: Found no valid connections in list: []
从error log的最后一行ServerUnavailable,知识兔可以看出是Gearman的server被停掉了。
1.当我执行gearmand -d命令时,先是提示

ar/log/gearman/gearman.log不存在,所以先在这个路径下创建一个log文件;
2.启动本机的Server,端口是4730,命令是:
 gearmand –log-file gearmand.log –listen 127.0.0.1 –port=4730 –verbose=INFO & 
 
  以上就是系统大全给大家介绍的如何使的方法都有一定的了解了吧,好了,如果知识兔大家还想了解更多的资讯,那就赶紧点击系统大全官网吧。
本文来自系统大全http://www.win7cn.com/如需转载请注明!推荐:win7纯净版

下载仅供下载体验和测试学习,不得商用和正当使用。

下载体验

请输入密码查看下载!

如何免费获取密码?

点击下载

评论