GearmanClient background job有一个方法叫: public array GearmanClient::jobStatus ( string $job_handle ) Get the status of a background job 返回值: An array containing status information for the job corresponding to the supplied job handle. The first array elem…
gearman is a good thing gearman client --------------> gearman server <------------------------gearman worker clients are requesting to handler something, gearman server is delivering jobs gearman workers get some jobs and finish. So different progr…