when more than 10 threads starts to lag all pc , i have a very powerfull one
but its still laging if i give more than 10 threads , different programs with different code levels but same lags when 10-15 >
Yes that's what i tried to do relaunch the Loop but it waste time on the already detected elements on the first loop. thanks for your answer mate !
My Solution :
Try using labels inside the loop Works fine
If I am running a script and one thread fails, the data used for it will disappear from the source and I cannot see which one has to be reused.
There is no way to know which data was taken, 'cause the thread had deleted all things used before. But u could log data used before the thread will be crashed.