Results 1 to 7 of 7
Thread: how to improve java performance
- 06-06-2008, 07:26 AM #1
Member
- Join Date
- Mar 2008
- Posts
- 12
- Rep Power
- 0
how to improve java performance
Hi
We have a java application built with Swing applet and Servlet running on Tomcat. Some other features are: it uses Struts and log4j, and ANT for compilation.
How can the application be optimized for better performance. The current application is running fine. But I still think there could be areas of improvement. Areas where compilation process can be improved, memory and CPU usage can be reduced, better error reporting, better database connectivity etc.
Any suggestions are welcome.
- 06-06-2008, 07:51 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
It's depend on the implementation you have done pal. Did you found such any code that you think possible to make more smoother than now?
- 06-06-2008, 08:30 AM #3
Member
- Join Date
- Mar 2008
- Posts
- 12
- Rep Power
- 0
I can dig into the code and find some specific things that can be made smoother. But there should be some common things with java that can be improved upon. I would like to know those.
- 06-06-2008, 08:59 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 06-06-2008, 11:19 AM #5
Member
- Join Date
- May 2008
- Posts
- 3
- Rep Power
- 0
u talking about the development env....
concentrate on the deployment.
install apache seperately and tomcat seperately and connect them using the modjk.
in apache keep the keepalive flag true.
for tomcat set the heap size.
use jmeter to load test.
- 06-06-2008, 11:23 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Are you directed on me? If so, development process is the most critical point in software industry, is what I believe.
- 06-15-2008, 05:58 AM #7
Member
- Join Date
- Jun 2008
- Posts
- 10
- Rep Power
- 0
Similar Threads
-
How can I improve the execution time of a Java Project
By Ndt in forum Advanced JavaReplies: 25Last Post: 06-28-2008, 05:08 PM -
how to improve the performance of JWS?
By dinesh kaushik in forum Java AppletsReplies: 0Last Post: 11-21-2007, 08:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks