threading

Paul Rubin no.email at nospam.invalid
Tue Apr 8 12:38:49 EDT 2014


Sturla Molden <sturla.molden at 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.



More information about the Python-list mailing list