python - Shared memory and comunication between programs -


I've read it: But I did not find a solution to my problem. I have to run the same program (not process) several times at one time programs work in the same electronic devices. I have to synchronize this program. Only one program can use the device at this time

Have you got any suggestions on how I can solve this problem?

You use lockfile in the file system.


Comments