gearman-java
gearman-java copied to clipboard
No Response to Gearman Admin Protocol
I was using a simple socket to communicate with other implementations of Gearman Server but this system does not respond (but does receive) text based commands
It should; status at least should work -- let me take a look. What commands were you expecting to work that didn't?
Status, does indeed work, but I needed 'Workers' and 'Version' commands to internally keep track of workers in my program. Great work on this project btw. Its awesome!
Thanks! Should be easy enough to add. I'll take a look this week.
Hi! Somebody did this? It is useful functionality for gearman ui too http://rodolforipado.net/gearmanui/
Check this - https://github.com/johnewart/gearman-java/pull/15