Subject: | FAQ: Why does daemonizing a POE program generate a run() warning? |
<ivan> why do i get this when i try to daemonize my poe bot?
<ivan> Daemonizing...
<ivan> poe::Kernel's run() method was never called.
<ivan> ivan@bart gammamod $ poe::Kernel's run() method was never called.
This is a common warning when forking a POE program, and there are ways
around it. Document this.