Howdy, There's not nearly enough information here for anyone to help you ;(
It depends on what your application does, and how it does it. How do you know GC is never called? How do you know it's not your app spinning somewhere in a deadlock, raising CPU usage? Do you get any errors in any logs? What happens if you simplify your app and not connect to JBoss with every request, just for testing purposes? Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]] >Sent: Friday, January 31, 2003 12:45 AM >To: [EMAIL PROTECTED] >Subject: 100% CPU Usage > >Hi > We have a application that send request to the server approximtely >every 1 second. Considering that 2 connectios are made to the server and 1 >request ever 1 second from 2 users its around 2 request every second work >well for couple of hours. But it seems the GC is never called. After couple >of hours the server usage 100% CU. This works well for some more time and >then the srever gets dead slow. What can be the reason and how can we stop >100% memory usage? There is no databse connection but calls are made to >JBoss application server for each request that comes. Is this tomcat >problem if yes is there a workaround????????? >[ -=-=-=-=-=-=-=-=-=-=-=- Hrishikesh Kamat -=-=-=-=-=-=-=-=-=-=-=- ] >Trust Your Instincts >91 20 5511262 - Ext 465 > > >--------------------------------------------------------------------- >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]
