Results 1 to 5 of 5

Thread: Fast checking of urls

  1. #1

    Thread Starter
    Lively Member benski's Avatar
    Join Date
    Sep 1999
    Location
    UK
    Posts
    126

    Unhappy

    I need to write a dll that processes a list of urls and validates each one based on whether it can be accessed or not.

    Currently I am using wininet.dll but it seems a little bit slow for the job, can anyone advise me?

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

    Talking Tried Inet?

    Have you tried the inet control? It is extremely fast at retrieving the HTML code for an available page.

  3. #3
    Junior Member
    Join Date
    Jul 2000
    Location
    USA
    Posts
    16
    I recommend using inet control. I have tried it and its fast enough to retrieve HTML codes.

  4. #4

    Thread Starter
    Lively Member benski's Avatar
    Join Date
    Sep 1999
    Location
    UK
    Posts
    126
    Thanks guys- that pretty much confirms what I was thinking. I have experienced a few glitches with the inet control though. The more urls I check, the slower the response seems to be- I was thinking that I wasn't closing the channels or something.

  5. #5
    Junior Member
    Join Date
    Jul 2000
    Location
    USA
    Posts
    16
    You're right. In my case, my program will loop a thousand times with inet statement and I noticed that the performance is not consistent. Sometimes it reads the data quickly but other times it won't. Right now I'm still trying to figure out the cause.

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