
report at bugs
Jul 3, 2009, 9:18 AM
Post #1 of 2
(173 views)
Permalink
|
|
[issue5672] Implement a way to change the python process name
|
|
Elvis Pranskevichus <elprans [at] gmail> added the comment: > Please don't provide a wrapper around ptrctrl prctl is not portable. I always thought that the premise of stdlib is to provide portable interfaces. BSD, for example, uses setprocname instead of prctl. Also, prctl does not modify the process name shown in "ps uxww". Here's how PostgreSQL does this: http://tinyurl.com/mhjuqc. ---------- nosy: +elprans _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue5672> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|