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=15845>. 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=15845 4.1.19 Memory Leak when creating compilier for JSP pages ------- Additional Comments From [EMAIL PROTECTED] 2003-01-22 15:37 ------- to me it looks like the compiler can be nulled out each time, the only side effect of this appears to be that it takes a fraction of a second longer for a recompile of a jsp page to happen but reduceses mem usage by a ton. if anyone sees a problem with this let me know otherwise I would suggest making the change in the getCompiler method of the jspCompilationContext to return a new compiler each time and not store the compiler as a class var. thanks for the help, and I do see that it is not a memory leak... (thanks remy) but it does look like some better memory management could be in order. John -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>