Re: App server debugging -- HELP

2002-02-09 Thread Stephen Davidson

Hi Aaron.

I've had some success on these kinds of issues with a product called OptimizeIt, from 
VMGear.
Best link to hit would be www.opitmizeit.com.  They have a free-trial, which you can 
use to figure out if it will find your issue or not.  I just saw that they 
were recently purchased by Borland, so no idea if it will affect their currently 
excellent tech support.  One of the things it does show is how much time is 
being spent in a given function, which may indicate if this is the cause of the 
contention, or where threads may be waiting for resources.

-Steve

Aaron Tavistock wrote:

 I've got a very large web application (about 300 objects and about 1000
 pages) which uses mostly straight JSP.  This gets a reasonable number of
 hits with approximately 200 concurrant sessions operating.  
 
 

[snip to save bandwidth]

-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208





RE: App server debugging -- HELP

2002-01-10 Thread Carroll, Jim


I'm starting to use 'kill -3' but that again only shows the
parent thread.  

kill -3 should dump a stack trace of all of the threads.