[issue5672] Implement a way to change the python process name

Daniele Varrazzo report at bugs.python.org
Sat Dec 5 21:14:14 CET 2009


Daniele Varrazzo <piro at develer.com> added the comment:

I wrote a wrapper around the PostgreSQL implementation of setproctitle 
(probably the most portable around). I've only tested it on Linux: 
probably will require tweaking constants to compile on other platforms 
(something postgres does at configure time) but the core functionality 
is surely well tested.

I've put the module on http://code.google.com/p/py-setproctitle/ : 
testing (yes, there is an unit test) and tweaking setup on other 
platforms is welcome.

----------
nosy: +piro

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5672>
_______________________________________


More information about the Python-bugs-list mailing list