Unladen Swallow 2009Q2 released
Unladen Swallow 2009Q2 released
Posted Jul 15, 2009 16:41 UTC (Wed) by rriggs (guest, #11598)Parent article: Unladen Swallow 2009Q2 released
I'm really looking to the Q3 release where the intention is to remove the GIL. I have had many situations in the past decade where I needed speed, had many CPUs available and a problem that lent itself to Python & threading. But the GIL always got in the way in these situations. I could only choose Python OR threading.
When I (invariably) did choose to use Python, I usually would end up spending most of my time on multi-processing & IPC issues and not the main problem domain.
Some of the newer modules (e.g. process) do help, but they are not nearly as helpful as removing the GIL will be.
