I am running some multi-process program, its various processes being python interpreter instances.
I wish to be able to identify which process is which in the task manager. How may I perform that?
I use the multi-processing module for this application.