Update
I’m running SAP queries that take over 10 minutes apiece to resolve. So, in the meantime, I’ve elected to not use threading, as the GIL (“Global Interpreter Lock”) in Python apparently limits the system to one thread at a time.
So, no multiprocessor/dual-core sexiness for Python.