http://qs321.pair.com?node_id=775934


in reply to Re: Parent/Child,Boss/Worker->IPC suggestions
in thread Parent/Child,Boss/Worker->IPC suggestions

Yes, my original design was to have gearman do this for me but the problem I've been facing is shared memory, communication between parent and child workers and blocking during a long running gearman worker process....
I wasn't sure how to create a manager/worker setup, all on the gearman worker side. I guess I could have the manager be a gearman worker and a gearman client at the same time. (Thoughts??).