PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Slow down connecting to server on same machine
Slow down connecting to server on same machine
Iniciado por sdbxox, 26,oct. 2019 17:35 - No hay respuesta
Publicado el 26,octubre 2019 - 17:35
I started developing an app in Express version and have now moved it over to the full version 24.

Since doing that I have found that the initial link to the HFSQL server (which is on the same machine) takes just over 4 seconds during which time the program is hung. Once it has connected for the first time, all subsequent reads to any file in that database are instant.

When I did this in the Express version, I never had this pause on the first read which ppears to be establishing a connection.

I have tried to do the first read on a new thread, and although this stops the hanging, when that thread stops, any first reads on the main thread still have this annoying pause.

Any ideas what could have changed to cause this?

Thanks
Simon