|
|
|
|
|
by cloakandswagger
4220 days ago
|
|
I worked on some web-based project management software which was highly CPU-bound. A typical scenario would be the application querying a database for financial figures, doing a large amount of calculations on those figures and then generating an HTML report from them. I imagine any application with large amounts of business logic like this will be the same. |
|
It seems possible that was a mostly IO-bound system, and the things which could have been conceivably CPU-bound should just have been batched and cached.