Chris Tomlinson
-
2008-09-21
- priority: 5 --> 7
At the moment, the queue-runner process does not run as a daemon and there is no daemon to start the process. This does not make sense for the design.
I will either, have a parent daemon starting/monitoring main daemon and queue-runner (MOST LIKELY, partially coded) or jsut daemonize the queuerunner to allow it to be started easily by the admin.