Qt 6.11 is out! See what's new in the release
blog
How can a thread in a process access another thread in a different process
General and Desktop
4
Posts
2
Posters
821
Views
1
Watching
-
how can a thread in a process(first instance) access another thread of a different process (Second Instance of the same program)
Is it possible or not ??
-
Not easily. You need to use "external" things like IPC (DBus, or IP sockets, etc.).
-
Is it possible with qsharedmemory ??
-
Any One have suggestions ??