|
That's correct.
If a application is CPU bound, you have to use more powerful CPU, if it is disk bound, add more HDs and/or use faster HD, if it is network bound upgrade the network connection.
You should always attack the real bottle neck, adding more worker processes may help to certain extent, but will not fix the problem completely.
|