Mailing List Archive

VNC Multiplexer
I have created a multiplexer for VNC. This is designed to allow a server to
host a large number of VNC sessions (currently configured for 100) while not
requiring each user to have an assigned display number to avoid contention.

As each user connects to the mux, a new VNC server is started in a clean
environment. This means that each time you start a session you get the same
desktop with the same preferences.

More details and source code can be obtained at
http://www.centralohio-sa.com/~ballison/vncmux/