Miguel Enrique Cobá Martinez wrote:
El mar, 11-08-2009 a las 21:00 -0300, Mariano Martinez Peck escribió:
2009/8/11 Miguel Enrique Cobá Martinez <miguel.coba@gmail.com> El mar, 11-08-2009 a las 14:42 -0100, Mariano Martinez Peck escribió:
> > I also thought in a Seaside/Pier component similar to the morph to > start/stop the vnc. For a Pier application it can be under "System > Managment" :) > >
The seaside examples already has a component to control the RFB server. Search for WAVNCComponent. You can adapt it or make a new one specific to pier. Also, you can control the server directly with the RFBServer from pier.
It is WAVNCController what I meant.
Nice! I wasn't aware. Thanks for the tip.
What I though was intended to apps that are not web apps/seaside apps and that run on a headless server. For them a way to start/stop the RFB server on demand will save cpu cycles for what the app does.
Sounds a good thing for a Magma server :)
Exactly, that is what I want this for.
Why not just use the REPLServer Keith