This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author piro
Recipients amaury.forgeotdarc, asksol, elprans, exarkun, flub, giampaolo.rodola, iElectric, loewis, marcelo_fernandez, piro, serverhorror
Date 2009-12-05.20:14:13
SpamBayes Score 0.00012380746
Marked as misclassified No
Message-id <1260044054.57.0.0290102263011.issue5672@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-05 20:14:15pirosetrecipients: + piro, loewis, exarkun, amaury.forgeotdarc, giampaolo.rodola, flub, serverhorror, iElectric, marcelo_fernandez, elprans, asksol
2009-12-05 20:14:14pirosetmessageid: <1260044054.57.0.0290102263011.issue5672@psf.upfronthosting.co.za>
2009-12-05 20:14:13pirolinkissue5672 messages
2009-12-05 20:14:13pirocreate