reducing loading time of 100 pages of google

Posted by Nikhil on Stack Overflow See other posts from Stack Overflow or by Nikhil
Published on 2010-03-08T07:42:45Z Indexed on 2010/03/08 7:51 UTC
Read the original article Hit count: 136

Filed under:

for my project i need to access entire pages(100) of google at a time for a particular keyword.I used 'for' loop for accessing pages in url written in my c# code.But it is taking more time to access.Some times it showing HttpRequest error.Any way to increase the speed?

© Stack Overflow or respective owner

Related posts about c#.net