Home » Networking » Net_Gearman
A PHP interface to Danga's Gearman
This package is unmaintained.
Download latest release 0.2.3 (archived versions might be outdated)
License: New BSD License
Description
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
Maintainers
- Joe Stump (jstump) — lead, active
- Chris Goffinet (lenn0x) — lead, active
- Brian Moon (brianlmoon) — developer, active
Dependencies
Required
- PHP (>= 5.1.0)
- PEAR Installer (>= 1.4.0b1)
- json (extension)
Releases
- 0.2.3 (alpha, 2009-04-22)
Release notes
License: New BSD License
* Updated JSON usage to work with PHP 5.2.9 (brianlmoon).
- 0.2.2 (alpha, 2009-03-12)
Release notes
License: New BSD License
* Upped socket_select() timeout to 60 seconds (as it is in the Perl client).
* Added Brian Moon as a developer. - 0.2.1 (alpha, 2009-02-19)
Release notes
License: New BSD License
* Bug #15783: Support simple scalar variables (brianlmoon)
- 0.2.0 (alpha, 2008-11-16)
Release notes
License: New BSD License
* WARNING - BC BREAK: Pass entire task object to failure callbacks (#15037, jstump)
* WARNING - BC BREAK: Switched from PHP serialize()/unserialize() to json_encode()/json_decode() (jstump)
* Switched to native PHP/SPL interfaces IteratorAggregate and Countable in Net_Gearman_Set (#14913, ieure)
* Removed mbstring as a requirement for installation (jstump) - 0.1.1 (alpha, 2008-05-14)
Release notes
License: New BSD License
* Fixed a bug in writing to the socket so it keeps writing until all is written
- 0.1.0 (alpha, 2008-05-04)
Release notes
License: New BSD License
* Changed Net_Gearman_Connection so it cannot be instantiated
* Cleaned up documentation
* Moved magic initialization into Net_Gearman_Connection::connect()
* Fixed bug in port detection in Net_Gearman_Manager
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14913 | Closed | Req | 0.1.1 | 2008-10-28 | [PATCH] Net_Gearman_Set enhancement/cleanup |
| #15037 | Closed | Req | 0.1.1 | 2008-11-14 | Pass Task object to callbacks |
| #17859 | Closed | Bug | 0.2.3 | 2010-09-10 | small Manager.php fixes |