IPC solutions for Python processes on POSIX compliant system -
I have two Python processes that need to communicate with each other on the POSIX complaint system, an IPC As I thought the nominated pipe would be the easiest solution, since ever since I am new to Python, I suspect there are more options available.
John
I would advise you to paste designated pipes
, if the system POS IX is being compliant saying that there are so many options, you can open a TCP socket and send spicy data, but the display will not be able to beat the shared memory / named pipes, and if already well Define working solution?
You can also see, using shared memory, I have not tried to do this, but it looks like an option.
Comments
Post a Comment