Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To do this, you must specify the desired amount of "maximum Maximum # of threads", and in the setting "attempts count" the number of repetitions.

Perhaps you still have to click the Start button in the main menu (if the project is in the status of "stopStop").

Note

Do not immediately try to fulfil execute the project in 100 threads!

Each thread consumes computer resources - RAM, CPU, accessing the hard disk (the intensity of consumption depends on the logic of the template and the site with which it works).

The simultaneous launch of a large amount of threads can cause both freezing the program and the operating system as a whole (or even to its emergency completion).

...

Result: At the same time, 10 threads are started that work in parallel. If one execution lasts a minute, then in this case, it will be not 60 minutes executings to be 60 minutes, but only 6 (because now in one minute 10 execution is executings done)!

Example â„–3

Attempts count - -1 (minus one)
Maximum # of threads - 10

...