We were using Gearman/PHP on Ubuntu to delegate our processes. On this (development) machine we were opening few terminal windows to start clients and workers respectively, but now on live machine we need to send our clients and workers into background so that we have our terminal free.
We found brianlmoon's GearmanManager. It looks exactly what we need, but the problem is that in its code we were only able to find the part of sending workers into background and nothing about doing the same with the clients.
Could someone give us more inputs how to send all client/server processes into background using GearmanManager?