Issue With threads.
-
So, I made a small script. With 40 threads no issue, but when I tried to put 100 it just opened the same 40 threads. I tried Thread delay, but nothing. Are there any limits?
-
@ChrisHolmes did I get it right, you made a small script and runned it once with 40 threads and when you retried it with 100 it only opened 40?
-
There are at least limits for processor usage and free memory left (RAM)
-
@uowner I already changed that.