[Twisted-Python] Re: Running commands (ssh) from a GUI client

Raúl Gómez C. nachogomez at gmail.com
Wed Oct 10 12:02:11 EDT 2007


Thank you very much Paul, I'll work on this and post any change, and if
someone in the list want, I'll post the final (working) code...

Thanks again...

Raul

On 10/9/07, paul <paul at subsignal.org> wrote:
>
>
> I'll take your word and add my 2 cents here:
>
> Running commands is not a problem, the client example provided at
> twistedmatrix.com does just that. However, it always uses a new
> connection with all the associated overhead.
> I've been told you need a Channel for each command but you can reuse the
> connection. To make this work you have to decouple the Channel from the
> connection setup:
>
>
> hth
>   Paul
>
> BTW: This is not working code, it's just to show the basic schema...
>

PS: Yep, there's a lot of Paul in this list! :p
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20071010/9acb992c/attachment.htm 


More information about the Twisted-Python mailing list