Comment 2 for bug 894792

Revision history for this message
Gavin Panella (allenap) wrote :

Fwiw, txlongpoll had a similar problem. Julian addressed it using
setproctitle [1]:

        setproctitle.setproctitle(
            "txlongpoll: accepting connections on %s" %
                options["frontendport"])

[1] http://pypi.python.org/pypi/setproctitle