BugBlocker/lotus

Diffrent threads

Closed this issue · 0 comments

it would be better if lotus handle many scripts types at the same time for example instead of run active scripts (script by script) we can add something like -sc to set the value of how many script that will be load per url at the same time

// example code (not real)
threads
 .num(2)
 .run(active_scripts) // started in the background

threads.num(5).run(passive_scripts)
threads.num(2).run(selenium_scripts)