Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
互联网上有很多关于如何在 unix 中使用 python 创建守护进程的条目,但我找不到任何提及如何在 OpenVMS 中执行此操作的内容。有人知道如何使用 python 在 OpenVMS 中创建守护进程(或 VMS 等效项)吗?
你只需要像这样运行它:
$ run /detach /process=daemon_name python_program
更多信息在这里