Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Platform independent, Qt solution to IPC

$
0
0
Hi Folks, I architect a new project that will works on lots of datas. I thought that I will use shared memory to send those data from ProcessA to ProcessB but I will need many control signals which will only “void foo()” like methods or they will have to send one or two enums as command parameters. I used and I like to Signal-Slot solution from the Qt but if I know well, this works only between threads and one embedded solution from Qt supports its extension between processes. My question is: what is your suggestions to use to signaling the processes each other? I am looking for an operating system independent solution that is available or solvable in Qt but independent from the target OS (Windows / Linux). Regards, Norbert

Viewing all articles
Browse latest Browse all 13965

Trending Articles