Re: Network communication between hosts

2010-12-29 Thread JB
derleader __ abv.bg> writes: > > >  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

Re: Network communication between hosts

2010-12-28 Thread Sam Varshavchik
derleader __ writes:  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

Network communication between hosts

2010-12-28 Thread derleader __
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