Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-15-2008, 06:38 AM
Member
 
Join Date: Jun 2008
Posts: 10
developer321 is on a distinguished road
Java Performance Ideas
I have posted my thoughts on performance improvement in below blog :
vishnujavablogs.blogspot.com/vishnujavablogs
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-22-2008, 05:15 AM
fishtoprecords's Avatar
Senior Member
 
Join Date: Jun 2008
Posts: 359
fishtoprecords is on a distinguished road
Nearly all optimizations made without measuring real code in operation are premature.

"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." (Knuth, Donald. Structured Programming with go to Statements, ACM Journal Computing Surveys, Vol 6, No. 4, Dec. 1974. p.268.)
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 06-23-2008, 04:54 AM
Member
 
Join Date: Jun 2008
Posts: 10
developer321 is on a distinguished road
Understood,these are ideas once you find the bottelnecks after benchmarking the performance measures.

Most of the measures I have found usefull were from the log statements(log4j) with timestamp.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 06-23-2008, 05:28 AM
fishtoprecords's Avatar
Senior Member
 
Join Date: Jun 2008
Posts: 359
fishtoprecords is on a distinguished road
And your ideas are decent places to start once you've profiled the hot spots. Netbeans has a decent profiler that I've used. I'm sure there are lots of alternatives.

You kit on the big on: Don't clank the database.

Its worth 1000 lines of code to avoid a clank in a hot spot.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 06-28-2008, 05:16 PM
Member
 
Join Date: Jun 2008
Posts: 10
developer321 is on a distinguished road
Thank you for sharing your ideas with me.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to improve java performance sunjavaboy Advanced Java 6 06-15-2008 06:58 AM
Merging Ideas CompleteBeginner New To Java 1 05-19-2008 03:15 PM
Java performance Issues (III) - Garbage collection JavaForums Java Blogs 0 01-30-2008 02:01 PM
Java performance Issues (II) - Memory JavaForums Java Blogs 0 01-30-2008 02:01 PM
Java performance Issues (I) JavaForums Java Blogs 0 01-30-2008 02:01 PM


All times are GMT +3. The time now is 03:51 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org