[zeromq-dev] socket buffer overflow when sending large data?
Li Ma
skywalker.nick at gmail.com
Wed Nov 5 21:16:51 CET 2014
Thanks for your reply. I just use the application someone provided. I'll
look into it and see what happened inside.
Li Ma
On 2014/11/6 1:42, Gregg Irwin wrote:
> Hi Li Ma,
>
> LM> What I don't understand is that in the application I use
> LM> send_multipart and recv_multipart. AFAIK, these two function will
> LM> split the data into frames and then reconstruct the data and don't
> LM> care much about the original data size.
>
> I don't use Python, but it looks like you have to split the message up
> into frames yourself. send_multipart doesn't do that for you. If you
> need to transfer really large messages, there are examples you can
> learn from, like filemq.
>
> -- Gregg
>
> _______________________________________________
> 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