branches with status:
Name Status Last Modified Last Commit
lp:gearman.net 1 Development 2009-12-18 16:00:24 UTC
23. Re-organized the packets into sub-cla...

Author: John Ewart
Revision Date: 2009-12-18 16:00:24 UTC

Re-organized the packets into sub-classes of Packet, one sub-class per packet type, with per-packet-type parsing and extra attributes. Each sub-class uses the general Packet constructor to parse the common header data, and then parses the extended data itself. Wrote a few sample applications (found in 'apps'), and added a few more unit tests (some overlap there between the tests and the apps). Additional improvements include the addition of a 'Job' class that is now the only parameter passed to a callback function which contains references to the worker it came from and the job packet itself, along with some convenience attributes and data.

lp:~jewart/gearmand/work bug 1 Development 2009-12-02 19:34:29 UTC
227. Added a change to use AM_CONDITIONAL ...

Author: John Ewart
Revision Date: 2009-12-02 19:31:54 UTC

Added a change to use AM_CONDITIONAL in m4/pandora_header_assert.m4 to set DISABLE_ASSERT if --disable-assert is used, and then in tests/Makefile.am to skip compiling the tests if DISABLE_ASSERT is set

12 of 2 results