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 13:34 -------
The Jasper servlet needs the wrappers to serve the requests. The wrapper will
obviously use memory, but this cannot be avoided. Note that when yuou recompile
an already compiled page, the new wrapper should replace the old one in the JSP
servlet map (so the old one get GCed).
I am sorry, but there is no fix. (BTW, same would happen with servlets, where
you also need wrappers; if you have 1000s of servlets, then I assume you would
need a lot more memory, as the container cannot just discard the instance after
processing a request; it would be way too slow)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to