# this spins up all the cpus but has no concept of how hot it is making this machine run.
with Pool(processes=cpus) as pool:
results = http://pool.map(work, playable, chunksize)
# maybe if it had a param,while CPU temp<75
Post
June 8, 2018
June 8, 2018
# this spins up all the cpus but has no concept of how hot it is making this machine run.
with Pool(processes=cpus) as pool:
results = http://pool.map(work, playable, chunksize)
# maybe if it had a param,while CPU temp<75