On 2017-10-09, alister via Python-list <python-list@python.org> wrote:

> or if you want the luxury of a GUI editor simply ssh to the remote 
> machine & run the editor there (using X forwarding to route the display 
> to you local PC)

AFAICT, most modern GUI toolkits are no longer usable via X forwarding
at sub-gigabit network speeds.  The toolkit designers have botched
things up so that even the most trivial operation requires hundreds of
round-trips between server and client.

-- 
Grant Edwards               grant.b.edwards        Yow! Did YOU find a
                                  at               DIGITAL WATCH in YOUR box
                              gmail.com            of VELVEETA?

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to