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" <[email protected]> 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
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to