Chris Hager
About
Blog
Projects
Posts
October 13, 2010
Python, Threads and the Global Interpreter Lock (GIL)
This post is about Python, Threads, Multiprocessing, the GIL, and a great talk by David Beazley titled “Inside the Python GIL”. Threads Threads make it possible to execute multiple pieces of code in …
«
‹
1
2
3