How threads work ?
Hi,
Dumb question,
If I have 100 threads working on SER, but I have 300 projects, how will the threads work ?
Will they round robin over ALL projects or will they pick only 100 of them ?
Dumb question,
If I have 100 threads working on SER, but I have 300 projects, how will the threads work ?
Will they round robin over ALL projects or will they pick only 100 of them ?
Comments
Thread Count = # of open connections
This means there can be 100 SIMULTANEOUS connections to different IPs, no matter what number of projects you have going at once.
If yo have 300 projects active, then the 100 threads will be used on those, cycling through all active.
If you have 50 active projects, then the 100 threads will be used on those fifty projects.
Etc..
You could also split your 300 projects into three groups you activate at three separate times, so there are more threads per project. Is this preferable? I don't know.
Anyone can verify that this is the way it works?
I would still try the scheduler (the little down arrow near the start button) and have 10 projects active at a time for say 30 minutes. After 25 minutes, look at the active threads in the bottom left of the tool. If it is less than 100, try 15 projects active at once, if it is at 100 then try 8. Keep repeating until you have your max LPM for your rig.
It's logical.
If you have many projects active, each with many engines checked, unless you leave the program running all day, SER will not be able to iterate through all the choices on all the projects, as compared to, at it's extreme, one project with one engine and one keyword (If using GSA_SER KW scrape and submit feature).
Also, I have a better sense of what's going on. I can focus on each project, the log for it, and I can take notes on that specific, focused run of SER. Definitely good.