On Fri, Jun 10, 2005 at 12:43:28PM +0900, Hidetoshi NAGAI wrote: > Hi, Hello > > I'm working on a framework of Ruby/Tk + VNC. > Its purpose is to put GUI applications of Ruby/Tk on internet view. > The concept of the framework is, > > * Use VNC (RFB protocol) > > * A GUI application is running on a safe (safe-Tk) based > slave interpreter (usually, $SAFE == 4). > If required, you can also use a non-safe based slave. > > * Never use general window managers to decrease security risk. > Except a VNC server, only one Ruby/Tk process is running. > # In the future, it may be expected that Ruby/Tk has > # RFB server functions and no VNC server is required > # for this purpose. Isn't there already some rfb support for tk? I beleive I found it while seaching for widget toolkits for vnc a fwe weeks ago. Given that the only one I found was tk I decided I will use web instead. Thanks Michal Suchanek