Do you want to use zeroMQ over http, if so there is no easy way to do it (communicate) over http. However over other transports like tcp and ipc zeroMQ is best solution.
On Thu, Jun 27, 2013 at 8:49 PM, Lukasz Nowak <[email protected]> wrote: > Hello, > > ashwini ramamurthy <ashwini.ram21 <at> gmail.com> writes: > >> >> Hi, >> >> I want to send a xml file from the client to the server using zeromq . I > was previously using HTTP PUT. I went through the zeromq discussion list but > could not find many discussions on file transfer.My question is :what are > the advantages of using zeromq to transfer files? >> How are large files transferred in zeromq and how would it be better than > using HTTP? > > Have you checked the ZGuide? > > http://zguide.zeromq.org/page:all > > There is section discussing file transfers: > > http://zguide.zeromq.org/page:all#Transferring-Files > > It seems a really decent starting point. Other chapters of this guide might > allow you to answer your questions. > > Best regards, > Lukasz Nowak > > PS. Greetings from the rainy-beery city :) > > _______________________________________________ > 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
