Problem with Gearman: GEARMAN_COULD_NOT_CONNECT
问题 I've installed gearman using "apt-get install gearman-server" and than build the PHP PECL. If i try the worker: $ gearman -w -f wc -- wc -l It starts waiting. right. But if i try to start a job (as descriped in the tutorial) $ gearman -f wc < /etc/passwd it says: gearman: gearman_client_run_tasks : flush(GEARMAN_COULD_NOT_CONNECT) 127.0.0.1:4730 -> libgearman/connection.cc:480 And if i try the PHP str_rev demo descriped in the tutorial it gives me the very same error. PHP Warning: