Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear Dlls takes too long
Message
From
15/04/2003 11:24:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/04/2003 11:20:21
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00777673
Message ID:
00777794
Views:
21
>>Sarosh,
>>I have those and more in my version and clear dlls doesn't even take a second.
>>Cetin
>
>If I create the object and not connect using InternetOpen(...) or InternetConnect(...) and then clear dlls it does not take any time but once I use the InternetOpen(...) and InternetConnect(...) and then clear dlls it takes between 30-50 seconds.
>
>Sarosh

Sorry, have no idea. I also connect, list, put, get before clearing and takes no time.
I have this code to disconnect if helps :
With thisform
	If .hConnection # 0 Then
		If InternetCloseHandle( .hConnection ) = 0
			.FtpResponse('Error disconnecting.')
		Else
			.FtpResponse('Disconnected.')
			.hConnection = 0
		Endif
	Endif
Endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform