change host on the fly
Brought to you by:
const_k
Hello Guru's, can i change parameters on the fly to
the vncreflector?
my problem is the following, i have 100 students
watching one computer (reflector), but the reflector
aim to the computer of the student number 1, but now
i want to change to the computer number 2 on the fly
without kill the process, if this possible?
Please respond asap
Regards Paolo
Logged In: NO
did you find a solution?
Logged In: NO
i know it is possble , BUT ONLY WITH CONTROL SIGNALS
now i cannot find how to use the control signals of
reflector
Edit the HOST_INFO_FILE, then run 'ps aux | grep reflector' to determine the PID of the reflector process, then run 'kill -SIGUSR1 <PID>' (where <PID> should be replaced with the PID number of the reflector process). This will not actually kill the process ... the kill command is simply used to send the appropriate signal.