gearmand
gearmand copied to clipboard
golang gearman-job-server clone
Hello , is there anyone have compute the gearmand's benchmark? once i use command below to test gearmand's benchmark `./blobslap_client -c 10000 -b -v -h 127.0.0.1 -n 5 -m 1024*1024*1024...
``` 2014/07/10 22:14:03 util.go:215: [debug] magic not match 0x30343937 2014/07/10 22:14:03 session.go:58: [debug] invalid magic sessionId 1 ``` I'm trying gearmand on windows7, but when start example/worker/worker, gearman always show...
If a job is dispatched to a worker and the process running that job is killed, or in my case the machine is rebooted, the client is not notified and...