My problem:
I ran some code in Python:
import multiprocessing ls = [#some data] pool = multiprocessing.Pool(10000) ls = pool.map(some_func)