On Fri, Feb 16, 2007 at 11:22:45AM +0100, Corne Beerse wrote:
> Dhillon, Gurjit wrote:
> 
> >I have set up vnc as a daemon mode through xinetd, it is working fine.
> >
> > 
> >
> Great.
> 
> >User give ipaddress and the predefined port number to connect the vnc
> >server. The only difference is now user doesn't need to login the Linux
> >server and generate the port number to connect the server through vnc,
> >now it is asking for login and password to connect the server.  But here
> >if user close the session after login or after his job done, and want to
> >work in the same session after some day or some time, they are not able
> >to do that.
> >
> > 
> >
> Thats one of the nice features of inetd (or xinetd): As soon as the 
> connection ends, the processes are cleared.
> If you want re-entrant vnc-sessions, you cannot use inetd or xinetd.

Bzzt, not entierly true. You should investigate the wait option of
inetd (wait = yes for xinetd). It is very possible to have a server
controlled by (x)inetd survive a disconnected connection.

That said, I don't know if any vnc server actually supports this mode
of operation, but I'd be surprised if they didn't.

[snip]

Cheers,
Peter
_______________________________________________
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to