bzr branch lp:gearman.net
Gearman.NET has 2 active reviews. See all merge proposals.
Gearman.NET has 3 active branches owned by 3 people. There were 0 commits in the last month.
Bazaar branches
Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp:gearman.net
Series: trunk |
1 Development | 2009-12-18 16:00:24 UTC |
23.
Re-organized the packets into sub-cla...
Author:
John Ewart
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:~oxan/ |
2 Mature | 2010-09-09 18:05:58 UTC |
24.
Use incremental receiving. Socket.Rec...
Author:
Oxan van Leeuwen
Use incremental receiving. Socket.Receive doesn't guarant that it reads all bytes you specify, it just reads at least 1 byte. If the payload is big, we need to call Receive multiple times to read the whole payload. |
|
lp:~lujupeng/ |
2 Mature | 2010-03-28 07:41:33 UTC | This branch has not been pushed to yet. |
1 → 3 of 3 results | First • Previous • Next • Last |