timarender opened this issue on Jul 06, 2012 ยท 4 posts
timarender posted Fri, 06 July 2012 at 5:17 AM
Whilst running a long script, I noticed that high CPU activity only occurs on one CPU. In effect, whilst the python scripts runs, the Poser process only ever reached around 25% of the PC's CPU time.
Is this normal? Or what can I do to get it the script to use all 4 of my CPUs?
bagginsbill posted Fri, 06 July 2012 at 6:12 AM
It's normal and you can't do anything.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
bagginsbill posted Fri, 06 July 2012 at 6:12 AM
http://wiki.python.org/moin/GlobalInterpreterLock
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
timarender posted Fri, 06 July 2012 at 6:49 AM
Many thanks for the reply and the link.