@Metaferssance My usage is consistently stable on any number of servers, meaning I use Server 1 with 100 threads. When I run a second server, it distributes the load between the two servers so that the total is 200. Also, I have an automatic problem from BAS, as the maximum running limit I have is 100 threads on one server or more; I will only get 100 threads. Is this because I am using the same key for fingerprints? Do I need a separate key for each 100 threads on two servers, or what?
How to read resource from beginning to the end
-
Hello again,
Im really beginning with BAS so please be indulgent.
I have created a resource ACCOUNTS which load lines from text files manually in the right panel.
I do not use multithread, just 1 browser to read from the resource and do actions.
I would like to go through the resource element 1 to the end.
I have tried FOR 1 to a number but it does seems i do not have access to resource while BAS running.
I can not even get the resource number of elements
Please help needed!
Thanks -
@hnb said in How to read resource from beginning to the end:
Hello again,
Im really beginning with BAS so please be indulgent.
I have created a resource ACCOUNTS which load lines from text files manually in the right panel.
I do not use multithread, just 1 browser to read from the resource and do actions.
I would like to go through the resource element 1 to the end.
I have tried FOR 1 to a number but it does seems i do not have access to resource while BAS running.
I can not even get the resource number of elements
Please help needed!
ThanksTest script