I have a problem with JServ consuming huge amounts (97%) of CPU and
close to 50MB of ram when it errors.
If a servlet encounters an error during execution JServ starts consuming
huge amounts of cpu cycles and memory. For instance there was a coding
error with a mistyped column name used in an SQL update statement,
instead of going to the Exception handler, the servlet hangs and starts
consuming resources.
This occurs whether the code is within a try - catch block or not.
We moved the code over to a NT configuration and we don't see the same
problem which leads me to believe that it may have something to do with
the JDK?
Configuration:
OS: Solaris 2.7
Webserver: Apache 1.3.6
JServ: Apache JServ 1.0 (final)
Java 1.2.1 build Solaris_JDK_1.2.1_03, native threads, sunwjit
JSDK 2.0
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]