The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java Performance Tuning - A practical approach

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Boby Thomas

Posts: 2
Nickname: bobypt
Registered: May, 2008

Please visit my web page for more details http://bobypt.googlepages.com/
Java Performance Tuning - A practical approach Posted: May 20, 2008 11:30 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Boby Thomas.
Original Post: Java Performance Tuning - A practical approach
Feed Title: Java Performance Tuning - A practical approach
Feed URL: http://java-performance-tuning.blogspot.com/feeds/posts/default
Feed Description: From time to time, java developers reach a phase where they hear “application is slow”, “one click takes so much time”, “unless you improve the performance, project is going to be scrapped” so and so. Normally, that’s the time when you have released the first version of your product. Product is running, but not fast enough up to expectations of end customers and marketing. In my opinion, there are performances issues which all java developers needs to keep in their mind while coding. They are standard across platforms and there is only one olution. These are issues which are not practical to change when you are in performance tuning phase. This will have only marginal effect on total performance and need lot of changes as numbers of occurrences are more. But cumulative effect of all these tips might be drastic. In performance tuning phase, if we try to tackle those issues, we will land up rewriting the complete code. (This may not be a bad idea if you think the module is not written well). Read on to know more
Latest Java Buzz Posts
Latest Java Buzz Posts by Boby Thomas
Latest Posts From Java Performance Tuning - A practical approach

Advertisement
Introduction
From time to time, java developers reach a phase where they hear “application is slow”, “one click takes so much time”, “unless you improve the performance, project is going to be scrapped” so and so. Normally, that’s the time when you have released the first version of your product. Product is running, but not fast enough up to expectations of end customers and marketing.


In my opinion, there are performances issues which all java developers needs to keep in their mind while coding. They are standard across platforms and there is only one solution. These are issues which are not practical to change when you are in performance tuning phase. This will have only marginal effect on total performance and need lot of changes as numbers of occurrences are more. But cumulative effect of all these tips might be drastic. In performance tuning phase, if we try to tackle those issues, we will land up rewriting the complete code. (This may not be a bad idea if you think the module is not written well).

So I would like to categorize performance issues to two types.

1. Performance tips during coding.
2. Performance tips after coding.


To read full article, click here.

Read: Java Performance Tuning - A practical approach

Topic: links for 2008-05-13 from PeopleOverProcess.com Previous Topic   Next Topic Topic: #413 Red-billed Blue Magpie at the New Summer Palace

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use