If you are doing everything properly then there is no leak in Net::Jabber, and only a very very tiny one in XML::Stream. The leak in XML::Stream only occurs when you connect and disconnect a bunch of times, which even after five minutes of constantly churning yields like 500k. (Must really dig in someday and find that leak...)
Jeremy Nickurak wrote: > I'm trying to track down a very bad memory leak in Janchor, but I haven't yet been >able to get any particular clue where it is. I'm using MLDBM, XML::RSS, and of >course, Net::Jabber, which also means XML::Stream. It could of course be just in my >code, but I'm pulling out my hair trying to figure this out, and any suggestions >would be really valuable. (On that note, anybody who's particularly handy with >tracking down memory leaks in jabber scripts, help! ;) >http://janchor.jabberstudio.org/ ) > > Anyone else seeing issues with Net::Jabber or XML::Stream scripts eating alot of >memory after a few days runtime? > -- Ryan Eatmon [EMAIL PROTECTED] _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
