Fastest IPC method
-
QLocalSocket and QLocalServer are simple wrappers around Windows and Linux versions of local sockets. Local sockets do not inherrit any overhead of tcp sockets. They are very easy to use, you just have to decide which one is going to be the server and which one the client
-
Hi Andre,
this are assumption based on your knowledge and your experience.
Of course totally correct.
As I mentioned it really depends how the communication happens.
He didn't mentioned anything about signaling.
And since he is so eager on the word fastest without mentioning any details I gave him this answer.Shared memory is the fastest IPC for simple communication.