Threading problem

Aahz aahz at pythoncraft.com
Wed Apr 3 18:59:27 EST 2002


In article <mailman.1017868749.1550.python-list at python.org>,
Gustavo Cordova  <gcordova at hebmex.com> wrote:
>
>So, a solution would be to make an extension that...
>
>1. Copies all pertinent data from python-space into it's own memory.
>2. Releases the GIL.
>3. Does all the work that needs to be done only on it's private memory.
>4. Recapture the GIL.
>5. Copy back results into python-space.

Yup, exactly.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Why is this newsgroup different from all other newsgroups?



More information about the Python-list mailing list