I am looking for a faster way to check the status code of exist links

Waldes93

Новичок
Регистрация
28.09.2019
Сообщения
16
Благодарностей
1
Баллы
3
I'm using webrequest but it checks too slow, I'd like to speed it up. Is there any way to write this in C #?
 

kingbin

Пользователь
Регистрация
22.03.2019
Сообщения
74
Благодарностей
13
Баллы
8
You mean find exist links in a webpage?
 

Waldes93

Новичок
Регистрация
28.09.2019
Сообщения
16
Благодарностей
1
Баллы
3
Yes, i need to check exist link on webpage status code
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 769
Благодарностей
1 179
Баллы
113
If You mean http request then its all that you can get.
You can not check anything after than requested server returns result for You, this is not up to You.
Exact speed will vary from link to link obvious. If Speed is too low then You just need to add more servers and run with more threads. That's how you increase speed.
 

Waldes93

Новичок
Регистрация
28.09.2019
Сообщения
16
Благодарностей
1
Баллы
3
ok, Could you recommend any fast static proxies? 1Gb/s?
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 769
Благодарностей
1 179
Баллы
113
ok, Could you recommend any fast static proxies? 1Gb/s?
I do not think there are such fast proxies.
To be the honest max I have seen was 10 Mbps, usually its around 1-2 Mbps for private proxies with a cost of 2$ per proxy per month.
So count yourself if that would be 1Gbps then it would cost You a fortune.
Again what I said before, You are adding more servers if speed is not enough. This is how it's done.
 

Waldes93

Новичок
Регистрация
28.09.2019
Сообщения
16
Благодарностей
1
Баллы
3
which proxies will the best for fast webrequest? ipv6 ?
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)