程序之间的共享内存和通信

发布于 2024-09-10 22:44:37 字数 251 浏览 6 评论 0原文

我读到了这个: python singleton into multiprocessing 但我没有找到问题的解决方案。我必须一次多次运行同一个程序(而不是进程)。程序在相同的电子设备中运行。我必须同步这个程序。目前只有一个程序可以使用设备。

您对我如何解决这个问题有什么建议吗?

I read this: python singleton into multiprocessing but I didn't find the solution of my problem. I have to run the same program (not process) many times in one time. Programs work in the same electronic devices. I must synchronized this programs. Only one program can use device in the moment.

Have you got any suggestions how I can resolve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℡寂寞咖啡 2024-09-17 22:44:37

您可以在文件系统中使用锁定文件。

You could use lockfiles in the filesystem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文