@tet-vivi I didn't understand.
Let's say I want to create 10 different website accounts, one after an other, using 2 Threads, so each Thread will create 5 accounts.
Let's say After creation I will have in the database 9 accounts, because there was an error with the creation of 1 account.
How can I save on the database the Logs for each website account together with the account email and so to find what happened to the 1 account not created?
Because in the logs windows that I see, all the logs are shown together of all the 10 accounts.
And I cannot identify what are the logs for each account creation and save
Database:
Column A - column B
abc@mail.com - LOGS
@DuckDuck Thank you very much. Besides blocking libraries, what else can be done to optimize BAS and reduce RAM and CPU usage? Because the tool I'm working with is expected to simultaneously scrape 20-30 news pages.
Thank you,
I managed to do it by splitting the proxy and port in to there own variables and adding the : in the proxy mod [[PROXY]]:[[PORT]] which pulled the proxy and port back together, i`ll try what you've suggested too.
Again thank you, appreciated.