threading

Marko Rauhamaa marko at pacujo.net
Thu Apr 10 12:20:34 EDT 2014


Sturla Molden <sturla.molden at gmail.com>:

> And exactly how is getting all of this correct any easier than just
> using threads and blocking i/o?
>
> I'd like to see the programmer who can get all of this correct, but
> has no idea how to use a queue og mutex without deadlocking.

My personal experience is that it is easier to get "all of this correct"
than threads. I've done it both ways.


Marko



More information about the Python-list mailing list