Performance, tuning, and optimisation
resources for software developers.
Browse the articles to learn about issues related to software performance.
Featured Posts
Measuring Software Performance
Measuring performance helps us to define exactly what we mean by performance, to quantify it, and ultimately to identify where to expend effort improving it.
Improving OLTP Database Throughput - Dr Dobb's Journal
Parallel threads and JDBC connection pools can be useful, but should not be used blindly. When handling numerous transactions with small overhead on heavily contended systems, batch processing often provides a better solution.