If you have multiple browser threads then you can add a date column in database for each account. When some action is finished then you can add 30 minutes to the date now and add it to the database of that particular account. Then add a check condition in the beginning of the thread which checks if the current date is less or greater than the database date. If it is greater that means there is still time left and then close that thread without opening browser.
Hello how to consume less memory so that i can run more and more multithreads
-
hello i have a 16gb i7 pc at home.
When i start the bot with 150 it runs quite well without hanging ( no browser showing) and when i make it to 300 it keeps on hanging.
Is there a way to run more threads consuming less memory or something?
one more thing i wanted to ask is there a way to set limited number of internet bandwidth per instance.
Also it will be a plus if there is any ebook of browserautomation studio where i can learn everything in it . i dont mind payinga bit -
@ankys283,
If you are using a browser instead of post-get requests, you are likely to be stuck in the limit on the number of GDI objects. If so, you can slightly reduce the use of GDI objects, but not significantly. This is a limitation of Windows.