zunzun wrote:
[insert sound of crickets chirping in an empty field]
All the servers will be massively multicore in a few years. Am I the only one trying to prepare for parallel computing here?
No, but perhaps you're the only one trying to do it within Python. I use MPI with C/C++.
I'd argue, though, that most people won't need to use an external library to take advantage of multiple cores. The languages and their run-times will evolve to support it. Either that or new languages will take their place.