Can I run a Python script as a service?

前端 未结 6 948
旧巷少年郎
旧巷少年郎 2020-12-01 10:05

Is it possible to run a Python script as a background service on a webserver? I want to do this for socket communication.

6条回答
  •  生来不讨喜
    2020-12-01 10:23

    There is the very helpful Pypi package which is the basis for my daemons written in Python.

提交回复
热议问题