|
|
|
|
|
by crabbone
1016 days ago
|
|
> For those, Python actually comes with pretty decent tools: the pool executors. Delusion level: max. You have to be in a very, very bad place when this marginal improvement over absolute horror-show that bare Process offers seemed "pretty decent". Python doesn't have good tools for parallelism / concurrency. It doesn't have average tools. It doesn't have even bad tools. It has the worst. Though, unfortunately, it's not the only language in this category :( |
|
> It's not the only language in this category
Soo....not the worst? :) Or tied for it?
What do you find difficult/wrong with pool executors?
Also, you reference "Process", but FYI the article talks about multiple threads, not multiple processes.