Hi,
   I need advice about developing C++ program. I need to develop 2 application which must communicate via network using SSL encryption. The problem is in which format to exchange the data. I can use XML format to exchange data between the hosts but a lot traffic will be generated. What are the usual practices to exchange data between the hosts?

Regards
Peter