@isaacjaco49111 said in join a resource with a variable:
@Fox I understand, so for example if I have 20 accounts and I want to obtain resource 18, should I create 18 resources?
Create one resource and put the data of 20 accounts in it
@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?