GIL release

Alastair Basden a.g.basden at durham.ac.uk
Fri Mar 18 06:58:15 EST 2005


Hi,
Does anyone know whether there is a way for a python thread to release 
the global interpreter lock, and let all other threads have a chance at 
running before re-acquiring it?  Does the thread scheduling follow a 
round-robin method?

Thanks,
agb.



More information about the Python-list mailing list