开发者

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

开发者 https://www.devze.com 2023-02-17 02:51 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

Improve this question

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, bu开发者_Python百科t with every change sending the whole XML data seems to be very bogus.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消