[Seaside] Seaside Hosting question

Avi Bryant avi at dabbledb.com
Thu Oct 11 23:36:15 UTC 2007


On 10/11/07, Jimmie Houchin <j.squeak at cyberhaus.us> wrote:

> X11 is not required?

Correct.

> Is the port configurable?

Yes.  The standard range starts at 5900.

> I presume one can write a method which can be called via a web browser
> to start or stop service from the RFBServer.

Yes, some versions of Seaside include WAVNCController which does precisely that.

> Have the RFBServer running but no client connected.
> Such would hopefully have little resource usage. Just a guess?
> Then if you encounter a debug situation, you can possibly have a client
> connect, debug, disconnect. ?

We have it not running, and in fact suspend the UI process, until
there's a problem.  WAVNCController lets us start up the VNC server
and resume the UI process so we can go in and take a look, and then
shut these off after we're done.

Suspending the UI process does help to conserve server resources.

Avi


More information about the seaside mailing list