ThatGuy121
Newbie
- Apr 23, 2014
- 29
- 8
Hi all,
Currently I'm creating a bot that utilizes proxies to generate page views. I came across an interesting post here which someone spoke about if a single IP address can handle x connections which are all going through different proxies? In other words, should my application limit the amount of threads running to generate connections, having in mind (pretty obvious) 1 thread = 1 connection, and 20 threads = 20 simultaneous connections going through different proxies at the same time. Is there any disadvantage of this or should it all work the same if I were to limit it to 5?
Thanks!!
Currently I'm creating a bot that utilizes proxies to generate page views. I came across an interesting post here which someone spoke about if a single IP address can handle x connections which are all going through different proxies? In other words, should my application limit the amount of threads running to generate connections, having in mind (pretty obvious) 1 thread = 1 connection, and 20 threads = 20 simultaneous connections going through different proxies at the same time. Is there any disadvantage of this or should it all work the same if I were to limit it to 5?
Thanks!!