Is there any recognized good design scheme for inter-process synchronization of desktop applications written in PySide?
Unsolved
Qt for Python
-
Is there any recognized good design scheme for inter-process synchronization of desktop applications written in PySide? That is to say, for example, if there are multiple desktop applications and real-time synchronization of data status information between processes is desired.
For example: When an operation is performed on PySide application A and data A is changed, then PySide application B immediately shows an update.