Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

El módulo funciona ahora correctamente en Python incrustado (por ejemplo, en mod_wsgi). Ahora tiene soporte de salida de depuración siempre compilado en (la variable que spt_debug se puede utilizar para emitir el registro de depuración).
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

Esta versión le permite cambiar el título de un proceso que se ejecuta un intérprete de Python incrustado, por ejemplo en mod_wsgi. Esta es una versión de prueba: no está disponible en PyPI, pero pueden encontrarse en la página Web del proyecto.
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

Esta versión evita interfieran /proc/PID/environ si se establece la variable SPT_NOENV. La longitud máxima del título se limitará a argv.
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

El código se fijó en OpenBSD, donde un sistema de archivo de inclusión no fue encontrada. Una prueba se omite si la codificación del sistema de archivos no es compatible con Unicode.
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

Esta versión corrige una violación de segmento cuando el módulo se importa en un intérprete de Python incrustado, como mod_wsgi.
This release fixes a segfault when the module is imported in an embedded Python interpreter, such as mod_wsgi.

Project Resources