I have a native *.dmg Mac app which is using a lot of CPU and I wanna scale it. Is that possible?
Does it need to process more things per time? - YES
Does it need to run on more machines? - NO
Is it time critical / is responsiveness critical? - NO
What are it's bottlenecks? Is it mem-bound? CPU-bound? IO-bound? - CPU
What is "it"? - *.dmg software
Is "it" connecting to something else, and what does "something" run on? - NO
3 comments
[ 2.9 ms ] story [ 18.7 ms ] threadDoes it need to process more things per time?
Does it need to run on more machines?
Is it time critical / is responsiveness critical?
What are it's bottlenecks? Is it mem-bound? CPU-bound? IO-bound?
What is "it"?
Is "it" connecting to something else, and what does "something" run on?
Does it need to process more things per time? - YES Does it need to run on more machines? - NO Is it time critical / is responsiveness critical? - NO What are it's bottlenecks? Is it mem-bound? CPU-bound? IO-bound? - CPU What is "it"? - *.dmg software Is "it" connecting to something else, and what does "something" run on? - NO