Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Is there any recognized good design scheme for inter-process synchronization of desktop applications written in PySide?

Is there any recognized good design scheme for inter-process synchronization of desktop applications written in PySide?

Scheduled Pinned Locked Moved Solved Qt for Python
qt for pythonpyside2python
3 Posts 3 Posters 284 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    markleo
    wrote on 4 Nov 2024, 05:39 last edited by
    #1

    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.

    J 1 Reply Last reply 4 Nov 2024, 08:48
    0
    • M markleo
      4 Nov 2024, 05:39

      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.

      J Offline
      J Offline
      JonB
      wrote on 4 Nov 2024, 08:48 last edited by JonB 11 Apr 2024, 08:49
      #2

      @markleo
      For IPC you have shared memory, TCP sockets, named pipes, for parent/child processes stdin/stdout, or specifically Qt Remote Objects. All available from Qt and Python.

      1 Reply Last reply
      2
      • I Offline
        I Offline
        irislime
        wrote on 10 Nov 2024, 13:56 last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • M markleo has marked this topic as solved on 2 Jan 2025, 07:52

        1/3

        4 Nov 2024, 05:39

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved