Interactive session via tcp

Steve Holden sholden at holdenweb.com
Fri Jun 28 09:18:31 EDT 2002


"Andreas Ames" <andreas.ames at Tenovis.com> wrote in message
news:mailman.1025184175.27162.python-list at python.org...
> Hi,
>
> > Sorry, if this if wrong, I read your post quickly.
> > Doesn't "telnet jabber_port" do what you want?
>
> Nope, it doesn't.  My main problem is the python (interpreter) side.
> And while it's possible to jabber via telnet it's not exactly what I
> call fun (I've tried it).
>

Take a look at Sam Rushing's Medusa code. He implements a server-control
connection that allows you to telnet in to the server environment and
basically exposes the whole thing via Python. To the extent that if your
server crashes you can replace the crashed instances while still retaining
the old server for debugging.

    www.nightmare.com/medusa/

regards
-----------------------------------------------------------------------
Steve Holden                                 http://www.holdenweb.com/
Python Web Programming                http://pydish.holdenweb.com/pwp/
-----------------------------------------------------------------------








More information about the Python-list mailing list