Hi Przemek,

Simply replace:
   pszIpAddres = hb_socketResolveAddr( pszServer, HB_SOCKET_AF_INET );
with:
   pszIpAddres = hb_strdup( pszServer );
Doing the above changes did reduce the opening (use) of database file in my test from ~9 seconds to 1. I'm using Windows XP network environment. Will this be adjusted accordingly from the repository?

Thanks and best regards,

Mario
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to