c# - Fastest way to repeatedly download html contents of a page -


what fastest way of repeatedly downloading , scanning html contents of page twitter? need check if username available many times second, , faster better.

i'm making 10 threads downloads , checks webclient , downloadstring, , it's giving me speed of 5 - 7 checks second. faster, there way this?

making more threads not work, don't suggest it.

thanks in advance.

use twitter api or broader web page dumping try wget.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -