You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ed Korthof <ed...@apache.org> on 1999/10/20 03:10:00 UTC

RE: mod_jserv/5172: Out of Memory exception at org.apache.jserv.J ServConnection.processRequest

The following reply was made to PR mod_jserv/5172; it has been noted by GNATS.

From: Ed Korthof <ed...@apache.org>
To: Thomas Fleischmann <tf...@decisive.com>
Cc: "'apbugs@Apache.Org'" <ap...@apache.org>, jserv-bugdb@apache.org
Subject: RE: mod_jserv/5172: Out of Memory exception at org.apache.jserv.J 
 ServConnection.processRequest
Date: Tue, 19 Oct 1999 18:08:14 -0700 (PDT)

 Most likely servletrunner throttles the number of requests to some number
 which is small enough that you never use all the available memory.  That
 is at least consistent with the observed behavior (as described so far).
 
 The traditional organization of unix servers often means that more
 configuration is required; but it also offers more flexibility.
 
 Ed