How can i user the table loop and multi threads ?
I need to log in one and the to some repetitive action in loop from a table,the problem is that i cannot make the bot to get a new link from the table. All threads get the same link.
Thanks!
How can i user the table loop and multi threads ?
I need to log in one and the to some repetitive action in loop from a table,the problem is that i cannot make the bot to get a new link from the table. All threads get the same link.
Thanks!
Add a Global Table string, after take a row, and then delete it. So it won't take the same link again.
You can send us your module, we will check it for you.
4. scrape Data
5. save date.
This works perfect! But i want speed up with mulite Thread.
The Problem is if i run this as mulit Thread operation, all threads will use the same first Variable.
If i set up 5 secounds to wait for the next Thread the Problem will not be 100% solved with 150 Theads at same time.
Any Idea how i can lock a row for 1 runing Thread?
At time i split my URL Table to 10 csv and run as 10 Threads but i want run much more...
If the table variable is Global, and you choose delete it from Table after use. Then each thread's variable will be different.
Can you export your module, then send it to us? we will check it for you.