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.
一个很幼稚的问题...
我需要有一个中央 Python 程序为其他 Python 应用程序(都在同一台机器上运行)提供服务。对我来说最简单的是其他应用程序可以直接调用服务器提供的功能。我知道rpyc(远程 Python 调用)并且rpyc.Service该类可以完成这项工作(就像在本教程中一样)但我不想要任何“远程”(所有客户端都必须是本地的,与服务器在同一台机器上运行)所以我想知道是否有比使用 rpyc 更好的方法来做到这一点?
rpyc.Service