which async framework?

Marko Rauhamaa marko at pacujo.net
Tue Mar 11 19:18:52 EDT 2014


Chris Angelico <rosuav at gmail.com>:

> What corner cases are there with threads that you don't have with
> anything else?

There are numerous. Here's one example: deadlocks due to two threads
taking locks in a different order. The problem crops up naturally with
two intercommunicating classes. It can sometimes be very difficult to
spot or avoid.


Marko



More information about the Python-list mailing list