|
|
|
|
Browse by Tags
All Tags » Defensive progr... » Deadlocks (RSS)
-
To avoid deadlocks, one of the most common recommendations is ''to acquire locks in the same order'' or ''access objects in the same order''. Clearly this makes perfect sense, but is it always feasible? Is it always possible? I keep encountering cases when I cannot follow this advice.
If I store an object in one parent table and one or more child ...
|
|
|
|
|