Thanks, obviously since you are using Linux the results will be different. On Windows the pre-built version of apache v2.2.4 does seem to have these memory issues, since it uses a threaded MPM model. The only way to circumvent the issue that I have found is using the following options:
MaxRequestsPerChild 600 MaxMemFree 1000 However I do not really like this method because a new process is launched to serve the new requests. This means that the apache service might temporarily have difficulty serving requests (Aside from crashing periodically for concurrent requests). However I will now try to use the pre-forking MPM on Windows instead of the default threaded configuration: https://issues.apache.org/jira/browse/AXIS2C-717 ----- Original Message ----- From: Dinesh Premalal <[EMAIL PROTECTED]> Date: Tuesday, October 30, 2007 8:53 pm Subject: Re: Memory Issues in Sample Server Code To: [email protected] null
