BAS uses only 1 CPU CORE

Moved Support
  • Hello All,

    My BAS APP uses only 1 core of my cpu, even if i add 500 threads only 1 core is used. If i run 4 Instances at the same time, 4 Cores are used.
    Anyone knows how to run all cores in a single instance?

    Thx

  • @mondtram

    What do you mean when you wrote "BAS"?
    Are you referring to browsers or something else?

  • FoxF 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.

  • I have the same issue. BAS not using more CPU or Memory if I increase the numbers of threads.
    But when I run another instance of BAS, then both BAS instance using more CPU and Memory. Did you find any solution? @mondtram @support @Fox