This shows you the differences between the selected revision and the current version of the page.
|
manual:workers 2010/01/21 17:11 |
manual:workers 2010/01/21 18:02 current |
| | $worker = new GearmanWorker(); | | $worker = new GearmanWorker(); |
| | // Add Gearman Job Servers to Worker | | // Add Gearman Job Servers to Worker |
| - | $worker - >addServer("127.0.0.1","4703"); | + | $worker -> addServer("127.0.0.1","4703"); |
| | | | |
| | // END Basic Worker Creation | | // END Basic Worker Creation |