[Python-ideas] Python 3000 TIOBE -3%

Sturla Molden sturla at molden.no
Sat Feb 11 14:18:50 CET 2012


Den 11.02.2012 03:24, skrev Matt Joiner:
> Threading is a tool (the most popular, and most flexible tool) for
> concurrency and parallelism. Compared to forking, multiprocessing, shared
> memory, mmap, and dozens of other auxiliary OS concepts it's also the
> easiest.

I see you really know your stuff.


> Not all problems are clearly chunkable or fit some alternative
> parallelism pattern.

Then they don't fit threading either.


Sturla





More information about the Python-ideas mailing list