Python "newthreading" proof of concept released
[Posted June 25, 2010 by corbet]
Python "newthreading" proof of concept released
[Development] Posted Jun 25, 2010 21:40 UTC (Fri) by corbet
The "newthreading" project within the Python community is a new attempt at
improving concurrency in Python programs and facilitating the removal of
the much-maligned global interpreter lock. A proof-of-concept
implementation has just been released. "This pure Python implementation is usable, but does not improve
performance. It's a proof of concept implementation so that
programmers can try out synchronized classes and see what it's
like to work within those restrictions." More information can be
found on the
newthreading page.
Full Story (comments: 47)