Relative Content

Tag Archive for performance

Metrics / Methodology for estimating resource utilization for software in planning stage

I’m looking for approaches to estimate the resource utilization of an (web-)application in a JEE environment. The overall target is to get a forecast for hardware/software requirements while the application is still under development or even in planning stage.
Is this task too complex (many different factors) to get a fairly reliable proposition without spending too much time?

Does software rot refer primarily to performance, or to messy code?

Wikipedia’s definition of software rot focuses on the performance of the software. This is a different usage than I am used to; I had thought of it much more in terms of the cleanliness and design of the code—in terms of the code’s having all the standard quality characteristics: readability, maintainability, etc. Now, performance is likely to go down when the code becomes unreadable, because no one knows what is going on. But does the term software rot have special reference to performance? or am I right in thinking it refers to the cleanliness of the code? or is this perhaps a case of multiple senses of the term being in common usage—from the user’s perspective, it has do with performance; but for the software craftsman, it has to do more specifically with how the code reads?