This post is inspired by Guido van Rossum’s post on Python’s Global Interpreter Lock (GIL). There has been some recent buzz on efforts to remove the GIL in Python 3000 to enable real threading of applications in an effort take advantage of the trend towards multi-core systems.
This is a hard problem (as evidenced by Greg [...]
Sep
12
2007
12
2007