I'm using QT QShared memory as my shared memory mechansim. The shared memory segment i've constructed is actually a buffer, so I don't have any issue with things being out of order. As for using shared memory between Java and C++.... It shouldn't be an issue, but it will depend on your shared...