— How many threads shold be the max in threading?
— Depends on the cores of your CPU and the threading in each one, for example 8 or 16 or even 32
— Ok, but I do it with a list or no?
— So its the same 1000 and 32?
— The right amount for the workload
— I have to theck over 5k proxies, should I use os.cpu_count()? or a high num in the for range?
— Any one have maid a major project for final year, I paid
— Guys If I have to read a file liine by lane, should I use threads there? or all the threads would be taking the same line?
Message permanent page
— Oh, the famous 0.1+0.1+0.1 != 0.3 is it?)