• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

changes in JDK1.5

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

we have tool wihich is very nice with JDK1.4, if we compile the same code with JDK1.5 and run in JRE 1.5 , the performence is very bad.

I throught we will get more performence by using jdk1.5.

My application uses RMI and Swing.

kindly give u r valuable suggestions to improve the performence.

Thanks in Advance,
Rajesh Gannarapu
 
Ranch Hand
Posts: 1780
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Profile both versions of it and compare the results.
 
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you meant by the performance was bad? What measurements did you used? Or rather, what did you came to that conclusion?

Which part of the system is being considered as performing badly? Is it the RMI component that you're saying that performance was bad? If so, it could be your network traffic.

Ideally, if you've access to tools that allow you to perform load tests on the system, you would be able to tell difference between the performance of the same system on 2 different JVMs.

If not, you make use of logs to give you the transaction times & compare betweem the 2 JVMs.

These would be more concrete.
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to the Performance forum.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic