Closed dem10 closed 5 years ago
Make each core run in two threads. Can that the in Plutus done on different- if name == 'main': try: pool = ThreadPool(processes = multiprocessing.cpu_count()*2) pool.map(thread, range(0, 10)) except: pool.close() exit()
Make each core run in two threads. Can that the in Plutus done on different- if name == 'main': try: pool = ThreadPool(processes = multiprocessing.cpu_count()*2) pool.map(thread, range(0, 10)) except: pool.close() exit()