[zeromq-dev] Sending files from client to server using zeromq
Shaukat Mahmood Ahmad
write at sma.im
Sun Jun 30 18:46:44 CEST 2013
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 at lnowak.com> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list