简体   繁体   English

不同机器上两个进程之间的Python IPC

[英]Python IPC between two processes on different machines

I have two python processes running on two separate machines. 我在两个不同的机器上运行两个python进程。 These processes need to communicate with each other using some IPC mechanism. 这些过程需要使用某些IPC机制相互通信。

Which is the simplest or the most suitable IPC mechanism in python? python中哪种最简单或最合适的IPC机制?

You can use socket programming for this. 您可以为此使用套接字编程。 Find out more about this at: 有关更多信息,请访问:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM