which async framework?

Marko Rauhamaa marko at pacujo.net
Tue Mar 11 20:10:46 EDT 2014


Chris Angelico <rosuav at gmail.com>:

> Yep. Now how is that not a problem when you use some other model, like
> an event loop? The standard methods of avoiding deadlocks (like
> acquiring locks in strict order) work exactly the same for all models,
> and are just as necessary.

I was simply saying that if you can work with multiple threads, an event
loop shouldn't be a big deal.


Marko



More information about the Python-list mailing list