[Tutor] Threading + socket server (blocking IO)

Matthew Webber m_webber_sydney at yahoo.com.au
Mon Feb 6 17:07:38 CET 2006


>> The GIL prevents Python from effectively running multiple threads on
multiple processors. 

This statement is slightly misleading. You can run multiple threads on a
multi-processor system quite effectively, the limitation of the GIL is
simply that you can typically utilize only one processor at a time.




More information about the Tutor mailing list