On Mon, Apr 8, 2013 at 11:52 AM, A. Mark <[email protected]> wrote:
> Yes I agree, I've not had a single deadlock in a classic sense since using
> message queues. But this statement is like saying I've hand not  a car
> accident since I've been riding a bike. You can still lock up your code but
> it will not be a classic deadlock. I guess you could incorrectly code
> something with message queues and have it lock up occasionally.

The one area I keep an eye on in shared-nothing single threaded
applications is accidentally waiting on one's self -- this is easy to
do, but also easy to detect and fix!

Garrett
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to