Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Python Multithreading - You Could Be Wasting Time

Learn about how multi-threading in Python might be a waste of time because of the global interpreter lock (GIL).