Hello. Yesterday I installed PyICQ-t as main transport. Seems works ok. ?emory usage is 252Mb with 196 users online.
Does anybody know a memory optimization tool for python ? I hear something about Garbage Collector, does PyICQ-t works with it ? -- Regards, Oleg From [EMAIL PROTECTED] Mon Mar 6 18:33:01 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Mar 6 18:33:29 2006 Subject: [py-transports] PyICQ-t installed :) In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> The garbage collector does work with PyICQ-t (in the sense of, I didn't disable it or anything ... it runs by default). The memory usage is definitely a big issue at the moment. I think I know some key points where memory leaks are happening. Likewise, I may not be cleaning up after the avatars very well. Lots of stuff that I haven't gotten to yet. Will I release it with these issues in place? I have no idea ;D We'll see how things go. I'm going to try to do some quick debugging on this but we'll see how that goes. It's harder for me to test on my own server simply because I don't have a large user base. =) (namely.. I have me) Daniel On Mar 6, 2006, at 1:21 PM, Oleg Motienko wrote: > Hello. > > Yesterday I installed PyICQ-t as main transport. Seems works ok. > ?emory usage is 252Mb with 196 users online. > > Does anybody know a memory optimization tool for python ? I hear > something about Garbage Collector, does PyICQ-t works with it ? > > -- > Regards, > Oleg > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
