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.
- 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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Tk - is MainWindow robust?
by dk (Chaplain) on Dec 02, 2005 at 11:15 UTC | |
by matt.tovey (Beadle) on Dec 02, 2005 at 15:12 UTC |
In Section
Seekers of Perl Wisdom