
17 Sep
2008
17 Sep
'08
8:58 a.m.
Don Stewart ha scritto:
http://www.heise-online.co.uk/open/Shuttleworth-Python-needs-to-focus-on-fut...
"cloud computing, transactional memory and future multicore processors"
Multicore support is already "supported" in Python, if you use multiprocessing, instead of multithreading. And scalability is not a "real" problem, if you write RESTful web applications.
Get writing that multicore, STM, web app code!
Manlio Perillo