net_gearman
net_gearman copied to clipboard
A PHP interface for Danga's Gearman
This is a pull request for php gearman to my local server. Thanks
I have my script throwing exception for all errors and notices, and I have this error while working with Net_Gearman Resource ID#17 used as offset, casting to integer (17) To...
I get the following error running net_gearman via Xampp on Windows `Notice: Use of undefined constant SOCKET_EAGAIN - assumed 'SOCKET_EAGAIN' in C:\xampp\php\pear\Net\Gearman\Connection.php on line 211` How to define the constant?
1. Run pear install http://netgearman.googlecode.com/files/Net_Gearman-x.y.z.tgz (Replace x.y.z with the latest version from the featured download to the right). --- 1. That’s an error. The requested URL http://netgearman.googlecode.com/ was not found...
This allows a simple interface to get a response from the job.
Update the link for download with pear
Replaced static job factory in the worker with a plug-in version. Plug-in defaults to the original static job factory.
I've created a patch to add support for calling get_status on the Gearman-server. To support this I've added a new property to Task which contains the server that is responsible...
I can't seem to get the client to failover gracefully to second server. I had to use this code to catch exceptions and failover https://gist.github.com/1067754 I had to do this...