Downloadliste

Projektbeschreibung

py-setproctitle is a library that allows a Python process to change its title, as displayed by system tools such as ps and top. Changing the title is useful in multi-process systems, for example when a master process is forked: changing the child's title allows you to identify the task each process is busy with. It is based on PostgreSQL's multi-platform implementation.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-16 06:28
1.1.4

Das Modul arbeitet jetzt korrekt in eingebetteten Python (zum Beispiel in Mod_wsgi). Es hat jetzt Debug Ausgabe Unterstⁿtzung immer (die Variable SPT_DEBUG kann verwendet werden, um das debug-Log auszugeben).
The module now works correctly in embedded Python (for instance, in mod_wsgi). It now has debug output support always compiled in (the variable SPT_DEBUG can be used to emit the debugging log).

2012-02-06 08:17
1.1.4b1

Diese Version können Sie den Titel eines Prozesses, einer eingebetteten Python-Interpreter, zum Beispiel in Mod_wsgi ändern. Dies ist eine Testversion: Es ist nicht auf PyPI, aber kann es auf der Projekthomepage gefunden werden.
Tags: Beta
This release allows you to change the title of a process running an embedded Python interpreter, for instance in mod_wsgi. This is a test release: it is not available on PyPI, but it can be found on the project homepage.

2011-11-12 01:19
1.1.3

Diese Version vermeidet /proc/PID/environ beschuldigen, wenn die Variable SPT_NOENV festgelegt ist. Die maximale Länge des Titels wird auf Argv beschränkt werden.
This release avoids clobbering /proc/PID/environ if the SPT_NOENV variable is set. The maximum length of the title will be limited to argv.

2011-03-27 05:48
1.1.2

Der Code wurde auf OpenBSD, in denen ein System-Include-Datei nicht gefunden wurde behoben. Eine Prüfung wird übersprungen, wenn das Dateisystem Codierung Unicode nicht unterstützt.
The code was fixed on OpenBSD, where a system include file was not found. A test is skipped if the file system encoding doesn't support Unicode.

2011-02-03 12:05
1.1.1

Dieses Release behebt einen segfault, wenn das Modul in einem eingebetteten Python-Interpreter importiert wird, wie mod_wsgi.
This release fixes a segfault when the module is imported in an embedded Python interpreter, such as mod_wsgi.

Project Resources