----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I recently installed JServ 1.1 with apache 1.3.12 and jdk117_v3 on Linux
2.0.37.

When the server starts, the cpu/memory load averages are quite low:

1886 nobody     9   0  2756 2756   608 S       0  0.9  1.4   0:00 java_ns

When a servlet is run, the cpu goes up to about 99% and the memory used to
about 4.5% (which is normal).

1886 nobody    14   0  8848 8848   608 R       0 99.0  4.5   0:09 java_ns

But after the servlet is done running, the CPU/memory load avg. about 30%
and 4.5% - when nothing should be running!

1886 nobody    19   0  8860 8860   608 R       0 32.6  4.5   0:21 java_ns


I've been playing around with different configurations for days now, and
can't seem to figure out what would cause this.  Some Java guru friends
said that it's not normal, and I can't imagine that it would be.

We're going to be submitting the server to somewhat high loads in the very
near future, and I'm a bit scared that it'll max out the CPU when it
shouldn't..

I've changed all of the delays in the .properties file to around 10
seconds for testing purposes which didn't help..

Does anyone have any idea what's going on or how I can fix it?

Thanks,

Adam Herscher



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to