On 2015-01-17 23:48, Zac Medico wrote: > Actually, Arfrever tells me that the multiprocessing module is not > available if python is built without threading support. So, we need to > handle the ImportError and either do nothing or parse /proc/cpuinfo or > something like that. Feel free to borrow/steal/copy the relevant methods from snakeoil.process since we parse /proc/cpuinfo there probably how you want. Patches/pull reqs welcome if you have improvements. Thanks, Tim