Search code examples
c++xmlqtsocketsinterprocess

Which data format for efficient socket communication in C++/Qt


I want to implement a profiler which tracks the state of the JVM in real time. I am not sure which data format would be appropriate for this task as I have to receive updates of the state of the JVM.

I thought XML would be great, but with every change sending the whole XML data seems to be very bogus.


Solution

  • Maybe JSON Format? http://www.json.org/