Achieving High Performance Application in Java Coding! – Part 3

Posted: February 8th, 2010 | Author: TnT Admin | Filed under: Coding | Tags: , , , , | No Comments »

Code with performance in mind!  Follow these next 7 good coding practises that can be easily achieved for high performance! Read the rest of this entry »


Achieving High Performance Application in Java Coding! – Part 2

Posted: January 25th, 2010 | Author: TnT Admin | Filed under: Coding | Tags: , , , , , , , , | No Comments »

Following our high performance application in java coding: Read the rest of this entry »


Achieving High Performance Application in Java Coding!

Posted: January 7th, 2010 | Author: TnT Admin | Filed under: Coding | Tags: , , , , , | No Comments »

High performance web sites and applications can start from the design coding level.  Most of the time, performance tuning we view comes at the later stage of the development life cycle, in particular at the deployment stage.  What can we do by deployment stage?  We can only tune start up parameters, add more hardware, or add more network components in the architecture.  But what if the problem is in the JVM where you diagnose it to be poor application performance due to coding?  Changing codes at this stage will be more expensive and difficult unlike when you are in the development stage! Read the rest of this entry »