Have you tried verifying each application that they actually read/write the data to respective descriptors?
Have you tried verifying each application that they actually read/write the data to respective descriptors?
How exactly would I accomplish this?
Hmm, it seems QFile does not emit readyRead() in general. So this means I will need to poll in the idle loop for this, since QSocketNotifier is also not an option on Windows.
Good to know.
If I could only wait for the official release of Qt 4.4 and the introduction of QSharedMemory.
You can always use platform dependent solutions.
Well, I implemented a connection through a QTcpSocket now, and once Qt 4.4 is available (not the beta, since we have to release this code to customers) I will take a look at QLocalServer and QLocalSocket.
If both applications are GUI-based, you can use WinAPI PostMessage() call.
Bookmarks