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.

Recommended Answers

All 2 Replies

Multiprocessing has a getPid() function, so you can also use the PID.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.