[zeromq-dev] Is it possible to get deadlocks in ZeroMQ applications?
Garrett Smith
g at rre.tt
Mon Apr 8 19:04:06 CEST 2013
On Mon, Apr 8, 2013 at 11:52 AM, A. Mark <gougolith at gmail.com> 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
More information about the zeromq-dev
mailing list