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.
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 :)
�
--