Hello,
i have a script that does this:
1) i have a list A of 200 URLs
2) i have a list of B 50 domains
Then for each URL in list A(i open each url), i check if there is any of the domains on list B.
In other words, checking all URL for all domains.
Now to the problem:
If i check this inside zenno with the "browser" mode, i get 100% successful finished threads.
But if i use the GET request instead of the "browser" i got about 20% failure (unfinished threads).
I changed to GET because it should work faster. And indeed i get an 30% increase in speed.
The other thing that i saw is that the CPU is at MAX when i use GET.
The rest of the script is the same. I just changed the "go to browser" to "get" and in both cases i save the results into a variable to process.
Any idea why i get failures with GET?
i have a script that does this:
1) i have a list A of 200 URLs
2) i have a list of B 50 domains
Then for each URL in list A(i open each url), i check if there is any of the domains on list B.
In other words, checking all URL for all domains.
Now to the problem:
If i check this inside zenno with the "browser" mode, i get 100% successful finished threads.
But if i use the GET request instead of the "browser" i got about 20% failure (unfinished threads).
I changed to GET because it should work faster. And indeed i get an 30% increase in speed.
The other thing that i saw is that the CPU is at MAX when i use GET.
The rest of the script is the same. I just changed the "go to browser" to "get" and in both cases i save the results into a variable to process.
Any idea why i get failures with GET?
Последнее редактирование: