gearman-go/example/exec-worker
2012-12-21 11:11:37 +08:00
..
client A new example added 2012-11-22 17:15:20 +08:00
lib A new example added 2012-11-22 17:15:20 +08:00
script A new example added 2012-11-22 17:15:20 +08:00
exec.go moved to github 2012-12-21 11:11:37 +08:00
func.go moved to github 2012-12-21 11:11:37 +08:00
log.go moved to github 2012-12-21 11:11:37 +08:00
README.md A new example added 2012-11-22 17:15:20 +08:00
worker.go moved to github 2012-12-21 11:11:37 +08:00

= Exec Worker

This program execute shell or php scripts as backend jobs.

Scripts can communicat with the worker through STDERR using formated output.

USE THIS AT YOUR OWN RASK!!!