it is working now
BAS uses only 1 CPU CORE
-
F Fox moved this topic from Order script on
-
Hi again, the application i built on BAS, Compiled, and after running i see its using only one core of my cpu.
If i run multiple instances (4) all my cores are working, and the results comes in much much much faster.
In one core, i need to wait 30 minutes for all results, in 4 instances i get all the results in 5 minutes, but having multiple instances its a bit messy, so i need to use 1 instance, with all cpu cores. -
@mondtram said in BAS uses only 1 CPU CORE:
i see its using only one core of my cpu.
I'm asking you once again, what does it mean? Please post a screenshot of the exact name of the process.
Because a compiled app can start several of its own processes, and if you're using browsers, I believe that they utilize multiple CPU cores.
@mondtram said in BAS uses only 1 CPU CORE:
but having multiple instances its a bit messy, so i need to use 1 instance, with all cpu cores.
Sometimes it is not possible because the app must be designed and compiled to use multiple CPU cores for its operations.
Also, you should know that the threads of BAS itself are not working in parallel but asynchronously.