Rui Pacheco wrote: Hi, > Hi all > Looks like a problem with your application code. What does it do? You mentioned a DB. Working with large blobs (images?) that get processed? Is the problem depending on the amount of data processed or in the DB? Do you create your own threads or background tasks? > > My laptop has no problem running other Java applications for as long as I > need them, like JEdit and Aquadata Studio. The development server used to > have a JSP based website that also worked withouth a problem, except for > the > common developer mistakes. > Actually you should try to get a profiler. Most likely you'll find a piece of code that looks perfectly fine first, but isn't.
Of course you can also try some garbage collector logging to make sure that it's not just the GC working all the time. http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html -Xloggc:<file> Cheers, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]