On Mon, Jan 19, 2009 at 6:40 PM, Brian Kosick <bkos...@mxlogic.com> wrote: > Hi All, > > I've been trying to troubleshoot the 64bit memleak reported here: > > https://bugzilla.redhat.com/show_bug.cgi?id=465796 > > So far I've created rpms and updated httpd = 2.2.11, mod_perl 2.0.4 and > updated the sys perl version to perl-5.8.8-15.el5_2.1. Still same > issue. Can someone help elucidate the mod_perl/tomcat/spacewalk > interactions. From looking at the configs it almost looks like > mod_perl is used for DB connections using RHN::DB, and for monitoring > the apache treadsize. With Tomcat/JSP handling most everything else. > Am I correct? How far have others gotten with this?
mod_perl handles monitoring and any url that ends with .pxt. It is correct that it connects to the DB via RHN::DB. The xmlrpc api, *.do urls, and *.jsp urls are all being handled by tomcat. mod_python handles the client interactions. https://hosted.fedoraproject.org/spacewalk/wiki/Architecture It is indeed a weird bug. One would think it is a memory leak because the SizeLimit continues to grow and doesn't seem to level off, but on 32-bit versions it has never been an issue. jesus _______________________________________________ Spacewalk-list mailing list Spacewalk-list@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-list