performance tuning

  • submit to reddit

Multicore Application Programming: for Windows, Linux, and Oracle Solaris

The first part of the book is about how to write code than runs efficiently on the hardware. To write such optimized code, you'll need to know: - The hardware architecture of your system - The...

0 replies - 7472 views - 02/18/11 by Morten Nobel-Jø... in Book Reviews

Improving ColdFusion Application Performance

The purpose of this article is to demonstrate how to both improve existing ColdFusion applications and even better, how to architect and build them so they will scale flawlessly, from day one.  Everything in this article is drawn from 14 years of 3D...

0 replies - 10969 views - 04/12/10 by Mike Brunt in Articles

Hibernate Performance Tuning

Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections....

11 replies - 50354 views - 06/10/09 by Ming Jiang in Articles