Hi,
Im trying to run multi TProcess like a multi thread program but I dont know how many I should run.
For example for my computer I can run X process 5 times with 80% sum cpu usage (each one 16%). But for another computer each process get 10% so I can run 8 of them with the same sum cpu usage.
I can use ways like
this to get cpu usage value and do the math but I want to know is there a better way?