Antoine> I think it is important to remind that the GIL doesn't prevent
    Antoine> (almost) true multithreading. The only thing it prevents is
    Antoine> full use of multi-CPU resources in a single process. 

I believe everyone here knows that.  I believe what most people are
clamoring for is to make "full use of their multi-CPU resources in a single
process".

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to