Christian Schlaefcke
2007-Jun-07 07:51 UTC
[Backgroundrb-devel] Problem with workers starting workers
Hi, I have something like a control worker that gets started from a webservice on request. The control worker should prepare other execution workers and start them. It seems that the execution workers stop working as soon as the control worker has done it?s work and gets released. Is there a way to start workers from other workers without blocking them as soon as the father worker gets released? Thanks & Regards, Christian