Tagged Questions
2
votes
1answer
188 views
Strategy to find bottleneck in a network
Our enterprise is having some problem when the number of incoming request goes beyond a certain amount.
To make things simpler, we have N websites that uses, amongst other, a local web service. This ...
1
vote
7answers
1k views
Performance analysis of C++ programs
How can I measure the performance of my C++ programs using C++?
Specific metrics I want to measure are:
Memory used (space)
Duration taken (time)
0
votes
4answers
141 views
Count a row VS Save the Row count after each update
I want to know whether saving row count in a table is better than counting it each time of the proccess.
Quick Example : A visitor goes to Group Clan, the page displays clan information and Members ...
3
votes
3answers
178 views
How to best approach planning and budgeting of software performance optimization efforts?
There is a software system that has been with the client for some time now. If is feature-rich, mature, complex enterprise application that client uses in production. Due to the rapid expansion of the ...
6
votes
8answers
347 views
How often is software speed evident in the eyes of customers?
In theory, customers should be able to feel the software performance improvements from first-hand experience.
In practice, sometimes the improvements are not noticible enough, such that in order to ...