Do you have a reproducible case for this?

-Pieter

On Wed, Nov 14, 2012 at 11:01 PM, Roger Dannenberg <[email protected]> wrote:
> Does ZeroMQ support communication among fixed priority threads using
> inproc transport? It looks to me like ZeroMQ uses malloc to
> allocate/free messages, which implies a shared lock on a shared heap. If
> a low priority thread gets the lock and a medium priority thread
> preempts it, can't that block a high priority thread indefinitely? I
> believe OS X and Windows do not have locks with priority ceiling or
> priority inheritance protocols, and it appears that Linux offers
> priority inheritance but does not use it in malloc/free as implemented
> in glibc, so it seems that priority inversion is (still) a potential
> problem. Does ZeroMQ offer a solution?
>      -Roger Dannenberg
>
> _______________________________________________
> 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