#include <Runnable.h>
Inheritance diagram for util::Daemon:

That is, the standard input and output streams cannot be used (or they must be reassigned). Daemon also changes its process group thereby placing itself into "background". Killing a parent process does not affect the daemon processes created by it.
Public Methods | |
| Daemon () | |
| void | start (void) throw (RunException&) |
| Start the parallel processing. | |
|
|
Start the parallel processing. A new thread, process or daemon is created and its run method is called.
Implements util::Runnable. |