Inspecting long running programs
Fredrik Lundh
fredrik at pythonware.com
Thu Sep 9 09:04:29 EDT 1999
Guido van Rossum <guido at cnri.reston.va.us> wrote:
> > asyncore (which Medusa is built on) includes this functionality. It can
> > be kind of trippy to just telnet to a blind socket and get a Python
> > interpreter session.
>
> Really? I don't see a trace of this in the version of asyncore I have
> in the standard Python library! I'd love to have this feature!
it's a medusa thingie. look for monitor.py and
monitor_client.py.
</F>
More information about the Python-list
mailing list