Is it possible to run a Python script as a background service on a webserver? I want to do this for socket communication.
There is the very helpful Pypi package which is the basis for my daemons written in Python.