|
download 2010/02/19 14:46 |
download 2010/08/31 12:32 current |
| | A job server written in C under the BSD license that contains all of the latest protocol additions. Development for this is very active, with threading, persistent queues, and pluggable protocols now supported. Replication and better statistics reporting are coming soon. This installs an executable called 'gearmand' (usually in /usr/local/sbin). The C library, libgearman, is bundled in the same package. | | A job server written in C under the BSD license that contains all of the latest protocol additions. Development for this is very active, with threading, persistent queues, and pluggable protocols now supported. Replication and better statistics reporting are coming soon. This installs an executable called 'gearmand' (usually in /usr/local/sbin). The C library, libgearman, is bundled in the same package. |
| | | | |
| - | * [[http://launchpad.net/gearmand/trunk/0.12/+download/gearmand-0.12.tar.gz|Gearman server and library (0.12)]] [[https://launchpad.net/gearmand|(Source)]] | + | * [[http://launchpad.net/gearmand/trunk/0.14/+download/gearmand-0.14.tar.gz|Gearman server and library (0.14)]] [[https://launchpad.net/gearmand|(Source)]] released 2010-06-30 |
| | | | |
| | ==== Gearman::Server (Perl) ==== | | ==== Gearman::Server (Perl) ==== |
| | The C client & worker API under BSD license that can be found in the same package as the C server. This library is closely tied with the gearmand C job server, sharing low level connection and protocol code. | | The C client & worker API under BSD license that can be found in the same package as the C server. This library is closely tied with the gearmand C job server, sharing low level connection and protocol code. |
| | | | |
| - | * [[http://launchpad.net/gearmand/trunk/0.12/+download/gearmand-0.12.tar.gz|Gearman server and library (0.12)]] [[https://launchpad.net/gearmand|(Source)]] | + | * [[http://launchpad.net/gearmand/trunk/0.14/+download/gearmand-0.14.tar.gz|Gearman server and library (0.14)]] [[https://launchpad.net/gearmand|(Source)]] |
| | | | |
| | ==== Shell ==== | | ==== Shell ==== |
| | A PHP extension that wraps the libgearman C library. | | A PHP extension that wraps the libgearman C library. |
| | | | |
| - | * [[http://pecl.php.net/get/gearman-0.6.0.tgz|Gearman PHP Extension (0.6.0)]] [[http://pecl.php.net/package/gearman| (Source)]] | + | * [[http://pecl.php.net/get/gearman-0.7.0.tgz|Gearman PHP Extension (0.7.0)]] [[http://pecl.php.net/package/gearman| (Source)]] |
| | | | |
| | === Net_Gearman (PHP) === | | === Net_Gearman (PHP) === |
| | | | |
| | * [[http://pear.php.net/package/Net_Gearman/|PHP module on PEAR]] | | * [[http://pear.php.net/package/Net_Gearman/|PHP module on PEAR]] |
| - | | |
| | ==== Python ==== | | ==== Python ==== |
| | | | |
| | A Python API that can be found on PyPI as "gearman", and it can be installed with "easy_install gearman". | | A Python API that can be found on PyPI as "gearman", and it can be installed with "easy_install gearman". |
| | | | |
| - | * [[http://samuel.github.com/python-gearman/|Python Gearman]] | + | * [[http://github.com/mtai/python-gearman|Python Gearman]] |
| | | | |
| | === python-libgearman === | | === python-libgearman === |
| | A set of MySQL UDFs built on the libgearman C library. This exposes the client API functions to SQL queries, triggers, and stored procedures. | | A set of MySQL UDFs built on the libgearman C library. This exposes the client API functions to SQL queries, triggers, and stored procedures. |
| | | | |
| - | * [[http://launchpad.net/gearman-mysql-udf/trunk/0.4/+download/gearman-mysql-udf-0.4.tar.gz|Gearman MySQL UDFs (0.4)]] [[https://launchpad.net/gearman-mysql-udf|(Source)]] | + | * [[http://launchpad.net/gearman-mysql-udf/trunk/0.5/+download/gearman-mysql-udf-0.5.tar.gz|Gearman MySQL UDFs (0.5)]] [[https://launchpad.net/gearman-mysql-udf|(Source)]] |
| | | | |
| | === PostgreSQL UDFs === | | === PostgreSQL UDFs === |