PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Restart a server (virtual machine)
Restart a server (virtual machine)
Iniciado por guest, 22,may. 2015 08:56 - 2 respuestas
Publicado el 22,mayo 2015 - 08:56
Hello,
I have seen that in windev there are functions which allow to start or turn a server off( HStartServer(), HStopServer()).

My server is a virtual machine (and I have no other choice) and I want to know if these functions work on virutal machines?

Or at least how can I make the virtual machine restart when the server it is built in restarts?
Best regards,
Kozeta
Publicado el 22,mayo 2015 - 10:57
Hi Kozeta,

HStart/HStop (like all Hxxx commands) concern the HyperFileSQL Server Service and have nothing to do with the virtual machine it is running on. This will only stop/start the HyperFileSQL service for a given database.

The VM is just a virtualization layer on the physical hardware and it should be completely transparent for you as a developer.

Cheers,

Peter H.
Publicado el 22,mayo 2015 - 10:59
Thank you!
Best regards,
Kozeta