60.3. Gearman
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum install gearmand
$ apt-cache search gearman | grep gearman drizzle-plugin-gearman-udf - Gearman User Defined Functions for Drizzle drizzle-plugin-logging-gearman - Gearman Logging for Drizzle gearman - Distributed job queue gearman-job-server - Job server for the Gearman distributed job queue gearman-server - Gearman distributed job server and Perl interface gearman-tools - Tools for the Gearman distributed job queue libgearman-client-async-perl - asynchronous client for the Gearman distributed job system libgearman-client-perl - client for the Gearman distributed job system libgearman-dbg - Debug symbols for the Gearman Client Library libgearman-dev - Development files for the Gearman Library libgearman-doc - API Documentation for the Gearman Library libgearman6 - Library providing Gearman client and worker functions mod-gearman-doc - Documentation and examples for Mod-Gearman mod-gearman-module - Nagios/Icinga event broker module for Mod-Gearman mod-gearman-tools - Tools for mod-gearman mod-gearman-worker - Worker agent for Mod-Gearman python-gearman - Python interface to the Gearman system python-gearman.libgearman - Python wrapper of libgearman python3-gearman.libgearman - Python 3 wrapper of libgearman
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm install libgearman-devel pecl install channel://pecl.php.net/gearman-0.8.3 cat >> /srv/php/etc/conf.d/gearman.ini <<EOF extension=gearman.so EOF
测试安装
# php -r 'printf("%s \r\n", gearman_version());' 0.14