This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kawa servlet leaks


A couple of ideas:

* It is possible that Tomcat is creating multiple servlet instances
even though the Scheme module is static.

* It is possible that Tomcat is creating multiple classloaders for the Kawa classes and/or the servlet. Perhaps moving the kawa jar to a
different location may make a difference.


* It may be worthwhile instrumenting the number of Environment and Symbol objects that get created. If new instances are created after
the first request, it would be worthwhile to findout why.
--
--Per Bothner
per@bothner.com http://per.bothner.com/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]