I have a Python app which needs to run in the background on one and only one type of system (my own embedded Linux product). I was wondering, if I don't need the Python app to be portable at all, are there any advantages to rewriting it to be a "proper" daemon (with Python's standard daemon process library - PEP3143) rather than just launching it with daemonize?

0

There are 0 best solutions below