On 7/31/12 11:07 PM, jupiter wrote:
> 1. Should each user run one vncserver on its home directory? Or can I
> set up one vncserver for multiple users?

VNC server sessions can't be shared among multiple users, but one user 
can start multiple sessions.


> 2. This is also related to above question 1, if one vncserver can
> handle all user connection, I can start one vncserver to listen to all
> users. But, if it cannot do it, should I start each user's vncserver
> and wait for connection or is it possible to run vncserver on fly,
> only start the vnc server when a user vnc client starts connection?

Currently, with any "out-of-the box" VNC system, you have to start a 
separate VNC server session for each user.  This can be accomplished at 
system start (see /etc/sysconfig/tvncservers and 
/etc/init.d/tvncserver).  Also, the server must be running before the 
viewer connects.  Some companies have built their own proprietary proxy 
server around TurboVNC that receives requests on a single port and 
starts up a TurboVNC session on the fly as you're describing, but those 
proxies aren't open source solutions.  Most people who design portals 
around TurboVNC just let the user control their sessions manually via a 
web interface.  The web portal shows the user any TurboVNC sessions they 
have running, and the user either starts a new session or connects to an 
existing one, and the portal either launches the Java viewer with the 
appropriate parameters or feeds them a .vnc configuration file that is 
opened by a local installation of TurboVNC Viewer on their laptop/desktop.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to