Results 1 to 3 of 3

Thread: Internet Transfer Control

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    USA
    Posts
    16

    Red face

    I have an on going project that will retrieve data from a certain web page. Due to the nature of the data that I needed I need to loop the "Inet1.OpenURL" statement a thousand times. At first my program is running perfectly. But suddenly I noticed that the response is getting slower for the "Inet1.OpenURL" statement to perform that sometimes a System Request Timeout error will be encountered. I solved the latter problem by increasing the number of seconds before a time out will be issued. But I am wondering whether I accidentally done something that makes my program slower by 50%. Is there someone out there who can give me an idea on how to make the Inet1.OpenURL statement perform faster? Thanks in advance.

  2. #2
    Junior Member
    Join Date
    Jul 2000
    Location
    Posts
    28

    Talking Winsock was broken....

    The winsock.dll had some problems that "have been fixed" with service pack 4 for Visual Studio. Have you installed this service pack?

    You can get it at....

    http://msdn.microsoft.com/vbasic/downloads/updates.asp



  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    USA
    Posts
    16
    Actually I haven't tried installing the service pack yet. But when I checked the download site it seems that you're right. Anyway, I'll try to download it today. Thanks mate.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width