[zeromq-dev] zmq_stream uncompleted message problem
David Lee
seoul.david.lee at gmail.com
Mon Aug 22 09:29:30 CEST 2016
My system can be described as following.
multiple non-zmq clients
single zmq_stream socket server with load balancing in the back-end worker
threads
clients send request concurrently and server responds upon request
Most of time works like charm, but once in a while the message the client
sent is divided into multiple of messages by zmq automatically, not
multi-part. Hence it is hard to recover without discarding them.
How can I combine this multiple of messages into original single message if
it ever happens in zmq_stream socket before processing it in the back-end?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20160822/efcadc96/attachment.htm>
More information about the zeromq-dev
mailing list