setproctitle [was: How do I change a process name or even a thread name in python!]

Oleg Broytmann phd at phd.pp.ru
Wed Feb 14 04:20:47 EST 2001


On Tue, 13 Feb 2001, Steven D. Majewski wrote:
> -       return posix_1str(args, "s:setproctitle", setproctitle);

   setproctitle is available in libc only in *BSD. Other unicies require
different tricks. Have you ever looked at sendmail source code? You'll find
there many surprises. The problem is their license.
   May be I'll steal the code from Postgres (which has similar, but
different implementation, covered under BSD license).

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list