Thanks for the fast replay , can you please point me to example source so i can see how does in implemented Thanks
On Thu, Jan 10, 2013 at 10:23 AM, Matias Guijarro <[email protected]>wrote: > Hi, > > On 10/01/2013 9:16, Meir Yanovich wrote: > > now i want to keep the xml massaging and to add sending binary file on > > the wire from the server to client . > > what is the best approach to do it ? > > Maybe the easiest is to keep the xml format for messages, > and to encode the binary file into base64 for example. > > Or you can maybe use multi-part messages of zmq, first part > being xml and second (optional ?) part a binary chunk > corresponding to your file. > > Cheers, > Matias. > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
