Is it possible to run a Python script as a background service on a webserver? I want to do this for socket communication.
If you are talking about linux, it is as easy as doing something like ./myscript.py &