Results 1 to 1 of 1
I am new to multi-threading applications. Currently we are facing issue during scalability testing.
We are running a C++ application on a linux box. It's a 8 processor system. It's ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-25-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
Help needed with scalability issue
I am new to multi-threading applications. Currently we are facing issue during scalability testing.
We are running a C++ application on a linux box. It's a 8 processor system. It's performance is scaling up to 3 threads. After 3 threads, performance is dropping.
CPU usage is increasing proportionately to number of threads. Lot of free memory is available & no swap memory is used. But the memory usage by the application is constant for any number of threads.
Even we tried tuning some part of the code, it hardly made any difference.
Can any one please suggest, what might be the actual issue? Any help will be appreciated.


Reply With Quote
