|
-
Dec 10th, 2003, 11:34 AM
#1
Thread Starter
Fanatic Member
Which is faster Inet or Winsock?
I'm not sure which one of these to use and which is the easiest to use......any help on this???
-
Dec 10th, 2003, 11:37 AM
#2
Fanatic Member
Asking the question “which is faster” is irrelevant to the question of “which is more practical to use in my application”. Taking into consideration that the Inet control is based upon the Winsock API.
-
Dec 10th, 2003, 11:38 AM
#3
Thread Starter
Fanatic Member
Ok,
What is the fastest FTP method for VB6?
-
Dec 10th, 2003, 11:43 AM
#4
Frenzied Member
Inet is better and more customizable IMO, but winsock is probably easier to work with... but I've never been able to get winsock to work.
-
Dec 10th, 2003, 11:44 AM
#5
Member
FTP is the same speed no matter how you implement it. The limiting factor is the bandwidth, not your application's efficiency.
I'm assuming you mean fastest file transfer. If you mean fastest way to write the actual code I would say use the chilkat FTP active x component. I think it is free and you can get it at chilkatsoft.com
-
Dec 10th, 2003, 11:48 AM
#6
Fanatic Member
If you really wanted to get faster preformance, and you are writing your own ftp client, and server. You could compress the data transmission between the two. ipswitch makes ftp software that does this too.
-
Dec 10th, 2003, 12:14 PM
#7
Fanatic Member
Very well put, Spetnik
-
Dec 10th, 2003, 02:26 PM
#8
-
Dec 10th, 2003, 02:48 PM
#9
Fanatic Member
Using the winsock control is not a pain in the ass if you know how to use it. It sure is alot easyer then using the actuall Winsock 2.0 API calls. LOL
Maybe I sould write a winsock tutorial?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|