Very strange performance problem - II

2006-09-20 Thread Rui Pacheco
Hi all I've been complaining about an application that slows down misteriously. By my detecting, I think the site starts to slowdown as soon as I click a couple of links created with @PageLinks. I've created them in a pretty standard way, but every time I click on one of them, the site slows dow

RE: Very strange performance problem

2006-09-19 Thread Mark Stang
Title: RE: Very strange performance problem Another way is to set up the java opts: JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS" Then in Eclipse set up a remote java application.  Start up the application, have Eclipse connect to

Re: Very strange performance problem

2006-09-19 Thread Norbert Sándor
Use a plugin for managing tomcat. I use the "Sysdeo Tomcat Plugin", which launches tomcat in debug mode by default. Regards, Norbi Rui Pacheco wrote: I'm running it out of the box. Apart from friendly URL's I have nothing configured. How can I run a web application in debug mode in eclipse?

Re: Very strange performance problem

2006-09-19 Thread Martin Strand
Create a launch configuration for Tomcat, something like this: Main class: org.apache.catalina.startup.Bootstrap Classpath: ${tomcat.home}/bin/bootstrap.jar Parameters: -Dcatalina.home="${tomcat.home}" On Tue, 19 Sep 2006 16:59:47 +0200, Rui Pacheco <[EMAIL PROTECTED]> wrote: > I'm running it out

Re: Very strange performance problem

2006-09-19 Thread Rui Pacheco
I'm running it out of the box. Apart from friendly URL's I have nothing configured. How can I run a web application in debug mode in eclipse? Don't I need a plugin for that? On 9/19/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Run it in eclipse in debug mode? Do you have caching disabled? On

Re: Very strange performance problem

2006-09-19 Thread Jesse Kuhnert
Run it in eclipse in debug mode? Do you have caching disabled? On 9/19/06, Rui Pacheco <[EMAIL PROTECTED]> wrote: I'm replying again because I received a virus warning from the mailing list: Java doesn't even show on top. My pages are pretty simple: I call a stored procedure, I retrieve value

Re: Very strange performance problem

2006-09-19 Thread Rui Pacheco
I'm replying again because I received a virus warning from the mailing list: Java doesn't even show on top. My pages are pretty simple: I call a stored procedure, I retrieve values and set them on a model and then I display the model on the template. Is there a way to profile this application?

Re: Very strange performance problem

2006-09-19 Thread Daniel Jue
Are you watching the memory and cpu usage of javaw.exe? My instinct says you're creating objects without destroying them, or there is a inf loop somewhere (or both). Dan On 9/19/06, Rui Pacheco <[EMAIL PROTECTED]> wrote: Hi all I have a problem with my Tapestry application. Its finished and i

Very strange performance problem

2006-09-19 Thread Rui Pacheco
Hi all I have a problem with my Tapestry application. Its finished and it works, except, after I navigate for a while, the application slows down to a crawl and becomes unusable. I click on links, I watch the browser status bar slowly fill up and nothing happens. Tomcat doesn't show any errors wh