JAVAEYE的朋友想知道如何调试GLASSFISH性能来提高速度,我打听到了这个BLOG,它谈到了下面5个方面来调试GLASSFISH的性能:
(1) Tune your JVM
(2) Tune the default-web.xml
(3) Tune the HTTP threads
(4) Tune your JDBC drivers
(5) Use the HTTP file cache
请点击链接看详细步骤:
http://weblogs.java.net/blog/sdo/archive/2007/12/a_glassfish_tun.html
另贴上GLASSFISH的Performance Tuning Guide (说明书) 供参考:
http://docs.sun.com/app/docs/doc/819-3681
(1) Tune your JVM
(2) Tune the default-web.xml
(3) Tune the HTTP threads
(4) Tune your JDBC drivers
(5) Use the HTTP file cache
请点击链接看详细步骤:
http://weblogs.java.net/blog/sdo/archive/2007/12/a_glassfish_tun.html
另贴上GLASSFISH的Performance Tuning Guide (说明书) 供参考:
http://docs.sun.com/app/docs/doc/819-3681


评论