Hello, I readed on the BAS features is tested up to 2000 threads, but what machine is need to reach it?
I'm running a youtube player in i3 with 4gb ram and with 7 threads cpu is 100% and ram at 75%
am I doing something wrong?
As already stated, 2000 http client threads. 2000 browser threads would be quite an intensive operation to say the least... You would need a very powerful vps with lots of RAM, but even then I'm not sure BAS would handle it without crashing.
There are many solutions to do this, but which solution helps to optimize the source code is important. Please clarify the purpose, explain more clearly
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.