Is there any recognized good design scheme for inter-process synchronization of desktop applications written in PySide?
-
wrote on 4 Nov 2024, 05:39 last edited by
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.
-
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.
-
wrote on 10 Nov 2024, 13:56 last edited byThis post is deleted!
-
1/3