There is built in scheduler in BAS PREMIUM version.
You can run it in win task scheduler also but need to
create BAT file that runs your script from CMD with
-- silent option included.
@zzinan said in CPU resource usage?:
@IvanM thank you so much my friend. :) I solved the problem with timing. I run process threads at different times. this does not put any load on the processor.
Are you saying that you use the sleep function to control the running thread?