Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing data from multiple web pages at one time

Status
Not open for further replies.

chris86t

Technical User
Jun 13, 2008
41
US
I have made a program that captures data from a webpage. This action is repeated a few hundred to a few thousand times. Right now it is taking about a second per capture because of the time it takes to load each page. Here is an outline of what I'm doing.

1) use web client to retrieve the page
2) loop through html until regular expression match is found
2) save data to an array
4) do it again.

How would you make this process any faster?
 
...and your code?

How could anyone evaluate this process without evaluating the star or villain of the process?

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
I don't think you can make it any faster unless you get faster internet. You could try having multiple webbrowser components capturing the data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top