multiprocessing article on PYMOTW - subclassing with 'def run' and 'logging'

Veek M veek at dont-use-this.com
Sun Nov 17 00:47:49 EST 2019


answered here https://www.reddit.com/r/Python/comments/dxhgec/
how_does_multiprocessing_convert_a_methodrun_in/

basically starts two PVMs - the whole fork, check 'pid' trick.. one 
process continues as the main thread and the other calls 'run'


More information about the Python-list mailing list