Download List

Project Description

Gearmand is the job server component of Gearman.
Gearman provides a generic framework to farm out
work to other machines, dispatching function calls
to machines that are better suited to do work, to
do work in parallel, to balance the load of
processing, or to call functions between
languages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-05 08:42
1.1.5 and 1.0.3

115 is a rollup of bugfixes for 1.0.3. --threads=0 for gearmand will now result in gearmand using all available cores. 1.0.3 allows for a longer set of retries if a port is in use when the server starts up. Checking has been added for Valgrind sgcheck. There are Fedora 18 fixes.

2012-12-18 21:29
1.0.2 and 1.1.4

An --exceptions option was to Gearmand to enable exceptions by default. Backtraces are provided for some types of crashes. GEARMAN_CLIENT_GENERATE_UNIQUE was added. If the unique value passed to any client function is "#", then the unique value will be derived by hashing the workload that is being supplied to the function. Status requests were optimized so that they exit as soon as the request is received. An experimental addition was made to the queue service to allow a queue to be stored on shutdown (--libsqlite3-store-on-shutdown).

2012-01-28 08:19
0.28

-v has been deprecated because of parsing issues. Please use --verbose instead. --log-file=stderr will set output to stderr. There is a fix for the gearman.spec file for RPM builds.

2012-01-10 21:54
0.27

A fix for TokyoCabinet and build updates for Ubuntu.

2011-11-05 03:08
0.25

This release extracts the 1.0 libgearman API and fixes long function names, a problem with Worker consuming CPU by hanging, TokyoCabinet building, and 32bit problems.

Project Resources