Too many threads?
I'm using 10 private proxies and put my threads at 20. It worked well for a day and so I increased the thread to 30. It worked very well initially then suddently the thread count started moving around from a few to 30. Sometimes it would go from 30 to 17, etc. That big a jump. Is this a sign I should just stick to 20?
My computer is pretty fast so I don't think it has anything to do with the computer speed. Thanks.
My computer is pretty fast so I don't think it has anything to do with the computer speed. Thanks.
Tagged:
Comments
It is normal that not all of your threads are active all the time. For some works the program has to wait till all active threads of a project are done to not get in conflicts with other resources (e.g. checking emails need to wait till all submission threads are done to not cause memory conflicts...getting to technical so just accept it as an answer).