Sturla Molden <sturla.mol...@gmail.com> writes:
> As it turns out, if you try hard enough, you can always construct a race
> condition, deadlock or a livelock. If you need to guard against it, there
> is paradigms like BSP, but not everything fits in. a BSP design.

Software transactional memory (STM) may also be of interest, though
it's not that great a fit with Python.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to