I'm looking for a best solution to make IPC between the client and the server, so that it works cross-platform. Hopefully for S60 too, in future.

What's the best way to do this?

Ex. Is QSharedMemory + QSystemSemaphore method working? If does, can someone show me a good example?

Link: Inter-Process Communication in Qt