I have a problem with deamonizing of my Python application.
As basic daemon on Python, I have used this example. It works, but only for some simple actions. But when i've tried to deamonize my app - nothing was happen.
This is my crawler code, (it's too big for posting it on SO) and Recursion()._recurse(url, 1)
- is the instance what starts crawler (it works independently).
How can I deamonize my application? Thanks to all replies in advance!