Threading problem

Aahz aahz at pythoncraft.com
Thu Apr 4 16:24:20 EST 2002


In article <mailman.1017931757.25464.python-list at python.org>,
Gustavo Cordova  <gcordova at hebmex.com> wrote:
>
>Yeah, sounds like what's been happening to the Linux kernel
>in the last iterations; locking has become steadily finer-grained,
>so that multiprocessor setups will scale better.
>
>I also believe that Python, eventually, will have to follow
>that same path.

Why?  What's wrong with just making multiple Python processes work
better together?  Or with writing extensions that release the GIL?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"There are times when effort is important and necessary, but this should
not be taken as any kind of moral imperative."  --jdecker



More information about the Python-list mailing list