<br><font size=2 face="sans-serif">I am not new to Python but am to Twisted.
I am also no guru when it comes to complex OO in Python.</font>
<br>
<br><font size=2 face="sans-serif">I have a PythonCard app that's a dashboard-like
app and have it opening child windows that open SSH connections to various
servers. I see plenty of conch examples of &quot;open, get and close&quot;
but I would like to keep the connection to the server persistent so avoid
the necessary connection overhead each time I want to fetch info from a
server from the parent window.</font>
<br>
<br><font size=2 face="sans-serif">Does anyone have an example of a persistent
conch connection inside wxPython or similar GUI? I have scoured the web
and come up empty handed though I found a few shreds that have part of
the answer. I've tried to tweak the nonpersistent examples, but making
my way through four layers of subclasses is a bit daunting.</font>
<br>
<br><font size=2 face="sans-serif">Any help much appreciated.</font>
<br><font size=2 face="sans-serif"><br>
Paul.</font>