Name | Description |
---|---|
Client | The Gearman Client uses the libGearman API to add jobs to the Gearman Queue. The servers that the client should connect to are setup as part of the initialization. |
GearmanClientTest | |
GearmanWorkerTest | |
Worker | The Gearman Worker uses the libGearman API to execute Jobs in the Gearman queue. The servers that the Worker should connect to are configured as part of the initialization. |