Is it technically possible to give Python option of naming process of running script?

Adam Tauno Williams awilliam at whitemice.org
Sat Mar 24 11:24:23 EDT 2012


On Wed, 2012-03-14 at 07:43 -0700, xliiv wrote:
> Like the topic.. .
> I use Python a lot, both Windows and Linux, and it's little weird to
> have many python process without fast distinction which is what.

I'm not sure of my interpretation of your problem but if you want to set
the name of the running process in the process table, at least on
LINUX/UNIX, you can use the procname module available via PyPI.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://mail.python.org/pipermail/python-list/attachments/20120324/c68e3f4e/attachment.sig>


More information about the Python-list mailing list