[Python-Dev] Fwd: Removal of GIL through refcounting removal. (original) (raw)
skip at pobox.com skip at pobox.com
Mon Nov 3 00:51:50 CET 2008
- Previous message: [Python-Dev] Fwd: Removal of GIL through refcounting removal.
- Next message: [Python-Dev] Fwd: Removal of GIL through refcounting removal.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Fwd: Removal of GIL through refcounting removal.
- Next message: [Python-Dev] Fwd: Removal of GIL through refcounting removal.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]