Yes I am doing this, although the typing to the form seems a bit slow for me when the text consists of a paragraph of maybe 100 characters. There seems to be a lag before the typing starts. Also, avoid the use of macro-enabled excel formats since BAS does not seem to be compatible with them.
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.