Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems clearing InternetSetOption DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01013134
Message ID:
01013842
Vues:
14
Hello,

i've found this info in the microsoft.public.winhttp newsgroup:

"Some suggestions for workarounds for the problem in wininet: if you can do
without persistent connections, then disable keep-alive (by setting a
"Connection: Close" request header). Or, after you close the session handle
(the handle created by InternetOpen), call InternetSetOption(NULL,
INTERNET_OPTION_END_BROWSER_SESSION, NULL, 0) -- hopefully this can be done
before calling FreeLibrary on your DLL. Setting this option after closing
all your wininet handles will cause wininet to discard its socket cache.
"

WinInit caches it's socket connections .. and the cleanup routine seems to not work correctly ..

Regards
Christian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform