I installed two winvnc services
Code: Select all
winvnc.exe -install uvnc_service_1
winvnc.exe -install uvnc_service_2
uvnc_service_1 starts up, creates its child winvnc process and starts listening. When uvnc_service_2 starts up the child process of uvnc_service_1 stops. After a moment uvnc_service_1 restarts its child process. Then it stops again... and so on.
is it possible to start two service instances parallel?
Regards
Thorsten