@Fox Okay, thank you for clarification. Currently facing some problems where the Recaptcha2 window can't be opened by BAS (with the integrated standard Recaptcha module v7.0). But as I also switched the proxy service I assume more thats a issue with the proxies.
Deleting the database while other threads are active
-
I use BAS (Browser Automation Studio) to develop a tool for scanning news articles on various online news websites. The tool runs 10 - 15 threads simultaneously, with each thread dedicated to a specific news website. During operation, I save the scanned links into a database to prevent re-scanning of old content.
I plan to implement an additional function that automatically deletes the entire database at midnight to optimize its performance. However, I have the following concerns:
-
Considering that the tool operates with multiple threads, if one thread attempts to delete the entire database while other threads are actively saving data into it, could the tool encounter errors or issues?
-
How can I ensure that only one thread remains active at midnight to perform the database deletion process?
-
-
This post is deleted!