http://qs321.pair.com?node_id=513269


in reply to Re: Tk - is MainWindow robust?
in thread Tk - is MainWindow robust?

My current version does indeed use sockets. Problems with it are:
- All nodes need to have the relevant modules and libs available (I'm using Imager). Node architectures are also not homogeneous.
- The nodes' displays need to be started from the master. I'm currently doing this with rexec and it's not as neat as I would like.
- The new version needs to support WindowsXP, which has Exceed running (X-Server), but no rexecd.

Hence my thought to just open MainWindows direct from the master.