Is it possible to assign multiple job to same worker ?
My job work callback is non-blocking. So I can process multiple jobs using same worker. According to discussion https://groups.google.com/forum/?fromgroups=#!topic/gearman/UyUxjY1VZUg I should be using grab_job
API from gearman. But I can't find any relative function in libgearman API doc. http://gearman.info/libgearman/index.html
Can you please help me in finding out how to process multiple job using single worker ?