Scaling on multi-processor machine
Aahz
aahz at pythoncraft.com
Fri May 21 19:46:42 EDT 2004
In article <mailman.142.1085154141.6949.python-list at python.org>,
Atul Kshirsagar <atul.kshirsagar at firstlogic.com> wrote:
>
>GIL prevents my C++ application embedding and extending python to scale even
>though I spawn multiple C++ threads. I read lot of references on internet
>about using multiple processes rather than threads.
You're not getting any scaling, or you're not getting enough scaling?
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
Adopt A Process -- stop killing all your children!
More information about the Python-list
mailing list