tag:blogger.com,1999:blog-13911304.post-1119576638820588722005-06-23T18:19:00.000-07:002005-06-23T18:30:38.823-07:00What do you look for in Performance<ul> <li>When selecting rows from database, is filtering being done by SQL or by java.</li> <li>Referencing and de-referencing objects, especially in recursion.</li> <li>File processing, are you buffering your reads or reading the entire file into a glob of String.</li> <li>Cache read-only data.</li> <li>See where the code is spending more amount of time</li> <li>More to come...<br /> </li> </ul>Java Foohttp://www.blogger.com/profile/14104080800348407575noreply@blogger.com