IMPORTANT: IPC (Shared Memory)
General and Desktop
2
Posts
2
Posters
646
Views
1
Watching
-
Hi all friends,
Today around the my current project i understood which it's better to split my app in two part MASTER and SLAVE or Logic and UI
I want this two part communicate using shared memory,
but i have access to write/read position in shared memory.
thanks; -
Hi,
Did you mean that you don't have access ? If not then you have "QSharedMemory":http://qt-project.org/doc/qt-5/qsharedmemory.html which correspond to your description.