DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26998>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26998 Memory Leak when using ssl under linux Summary: Memory Leak when using ssl under linux Product: Tomcat 4 Version: 4.0 Beta 1 Platform: Other OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: Servlet & JSP API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have encountered a problem using tomcat, linux and ssl. This is my configuration: OS: Redhat7.2 Tomcat: 4.0 Jdk: 1.3.1_07 I have a servlet that does a post https connexion with a certificat client and server. When I execute 200 (or more) this servlet, we can see that the memory increase. After 200 calls consecutive, the memory has increased of 20M and doesn't decrease. After 1000 calls, the server doesn't have enough memory and tomcat crash. I have upgrated the jdk toV1.4.1 and tomcat to V5.0, and have the same problem. I have add tomcat option like "-Xmx" without succes. When I do this test with Windows2000, the memory increase but decrease after. So, it seem to be link with linux. The problem don't be link with the code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]