Hello, On Thu, May 13, 2010 at 1:22 AM, Torsten Bergmann <astares@gmx.de> wrote:
Why dont you use the VNC facility of Pharo which is typically used to administrate Seaside images:
 http://book.seaside.st/book/advanced/deployment/maintaining/vnc
Just install the RFB package, configure and use a normal VNC client to remotely use and drive the image.
So you have workspaces, debuggers, you name it, ...
Mostly because VNC will not work on buggy connections like the one I had at my school. It sends too much data for slow connections. And you can't send one command (like updating a Monticello package) to a lot of VMs. This idea of a remote workspace is not remote development (although that would be really cool), but remote administration. I have to admit that this is mostly a good excuse for me to poke around the system and learn a lot of things :) Best regards, Geoffroy