> > What tools do you have to work with? You really should > analyze your app > under simulated load with YourKit or some other profiler. If > you can't > do that, I found just forcing thread dumps periodically to be of > considerable value.
Do you case eclipse? --> Download solex (http://solex.sourceforge.net/), an eclipse plugin. This tool works as a proxy, recording every request from your browser. Afterwards, you can replay the results, and see how long it takes cocoon to serve (cached) pages. Debugging becomes very easy: You have a slow page, you turn of 3 of the 4 parts in an aggregate, and try it again, turn on another one, etc. You will see which part is the bottleneck, and go on with this part. For a slow page, I find the bottleneck within a few minutes in this way. Regard AS -- Hippo Oosteinde 11 1017WT Amsterdam The Netherlands Tel +31 (0)20 5224466 ------------------------------------------------------------- [EMAIL PROTECTED] / http://www.hippo.nl -------------------------------------------------------------- > > Doug Herold wrote: > > > System information > > > > *Servlet Container - websphere 5.1.7* > > * JDK - JDK 1.4.2* > > * cocoon - cocoon_2.1.4* > > * The cocoon war file we are using was built using the JDK 1.3.1.18 > > <http://1.3.1.18>* > > * We use windows XP for development and IBM's iseries for > production* > > ** > > *We are having performance issues with apps running under cocoon.* > > ** > > Since we are using a cocoon war compiled under the JDK_1.3.1.18 and > > our servlet container is using the JDK 1.4.2. Can anybody > tell me if > > this would cause any performance issues. Does cocoon run any fast > > under the JDK 1.4.2. > > > > Thanks for any help you can give > > Doug > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
