[zeromq-dev] Inter thread communication for scalability

KIU Shueng Chuan nixchuan at gmail.com
Wed Jan 15 16:33:16 CET 2014


During socket shutdown, with linger set to 0, messages in-flight would be
dropped?

I use synchronized queues to hold the buffer pointers like the OP but use
zeromq to send a signal to the consumer thread to pop a buffer from the
queue.
On 15 Jan 2014 22:06, "Goswin von Brederlow" <goswin-v-b at web.de> wrote:

> On Tue, Jan 14, 2014 at 03:40:17PM -0500, Lindley French wrote:
> > I'm going to caution you about passing pointers through inproc. It may be
> > possible to do safely, but I haven't yet figured out how to manage
> > ownership semantics in an environment where messages (pointers) can be
> > silently dropped.
>
> Does a PUSH/PULL inproc socket ever drop messages?
>
> MfG
>         Goswin
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20140115/64460df7/attachment.htm>


More information about the zeromq-dev mailing list