How to make a foreign function run as fast as possible in Windows?

jfong at ms4.hinet.net jfong at ms4.hinet.net
Mon Sep 26 21:48:21 EDT 2016


This function is in a DLL. It's small but may run for days before complete. I want it takes 100% core usage. Threading seems not a good idea for it shares the core with others. Will the multiprocessing module do it? Any suggestion?

Thanks ahead.

--Jach




More information about the Python-list mailing list