Hi Steve,

I am going to start profiling our application. I wanted to check if I was missing any 
JBoss config parameters.

How about class reloading ? How does one disable it ?

Thanks,
Tarun


-----Original Message-----
From: Stephen Davidson [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 30, 2003 8:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss Performance Tuning Tips - a bit of an
emergency


Elankath, Tarun (Cognizant) wrote:
> Hi all,
> 
> We have a small web + ejb application for a POC (Proof of Concept) that is competing 
> against a corresponding .NET application. We are using Struts, 1 Stateful Session 
> Bean, 1 Stateless Session Bean and only 10 JSP pages. The application connects to a 
> separate MS-SQL database server.
> 
> This application is being deployed in WebSphere, JBoss across Windows and Linux as 
> the target servers.
> 
> So far, JBoss is giving the worst results on a 1000 user stress test, which I am 
> certain is ENTIRELY due to my inexperience with this application server, and nothing 
> whatsover to do with jboss.
> 
> All performance tips on tuning jboss config parameters will be much appreciated. I 
> have done the following:
> -increased ms and mx heap size
> -increased connection pool size
> -increase maxProcessor,minProcessor setting (for Tomcat)
> -decreased session timeouts.
> -made log level to ERROR in log4.xml
> 
> I am still now sure on how to disable class reloading totally.
> 
> 
> All tips/suggestions will be deeply appreciated. If JBoss performs good, then our 
> client would definitely prefer .Net to Java, just for the cost factor.
> 
> Regards,
> Tarun
> 
> 
Hi Tarun.

At this point, I would recommend starting a profiler (I like Optimizeit, but there are 
others as well, pick your favorite), and seeing where the hangup is.  Because it 
sounds like you do have one.

Some of the nastiest I ever found (was not in JBoss itself, but sometimes in code 
running on it) had to do with synchronized methods (especially a static synchronixed 
in an abstract base class).  A profiler would show if a 
method was getting stuck somewhere.

Just a suggestion.

Good luck,
Steve
-- 
Java/J2EE Developer/Integrator
Co-Chair, Dallas/FortWorth J2EE Sig
214-724-7741





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

                Visit us at http://www.cognizant.com

Reply via email to