Quote:
Originally Posted by MrSlow&Steady
Do you guys suspect that Calibre may not be prepared for this sort of stuff?
|
Calibre can use multiple processes and there is an option to limit them to the number of processors. There are differences between how the underlying OS even between versions of the OS (Windows, Linux and Mac OSX) handle processes.
Note that this is multiprocessing which is a different critter from multi-threading. There are some great pages discussing these two and Python but they are mostly of interest to programmers.