|
|
Subscribe / Log in / New account

Python "newthreading" proof of concept released

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)


Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds