in reply to Optimizing a Text Canvas: An inner loop and a cloner

if you want faster perl/Tk, use Tcl::Tk.
Tcl::Tk is far more powerful in other aspects, also.
  • Comment on Re: Optimizing a Text Canvas: An inner loop and a cloner

Replies are listed 'Best First'.
Re^2: Optimizing a Text Canvas: An inner loop and a cloner
by JosiahBryan (Novice) on Jul 06, 2007 at 14:03 UTC
    I'd love to use Tk - but I'm writing a UI that needs to run over a simple socket protocal - doesn't have to be true telnet, but that's the idea. (Auto plant where I work wants to use putty to telnet into the VLS cluster which runs our MRP system (also written in perl - and runs on a four-node MySQL cluster)) Anyway, the point of making our own canvas is to run it over a socket in text mode - unless Tk does some funky text mode that I don't know about.