Hello, Is same patch can be applied to pyicq transport too?
Tue, 30 Jan 2007 you wrote: > Hi everyone, > I've finally gotten around to doing some coding for PyMSNt again :) > I will eventually get around to reading all the mails I've flagged. > Just a quick patch for those of you who're interested. I know a lot of you > are having issues with avatars and PyMSNt using too much memory. > I've investigated a bit. Each user's avatar was being stored in memory so > that it could be sent to MSN users on request for the duration of a > transport user's session. Avatars of contacts of the transport user were only > being stored on disk. > I've changed this so that now avatars are only in memory while they're in > use. They are read from disk when needed. > I'd be interested to know how this affects memory usage. I'm predicting it'll > go down :) > To grab this branch from subversion you can use the following command > svn co http://delx.cjb.net/svn/pymsnt/branches/memorytest pymsnt > Or you can switch your current PyMSNt copy by changing into the pymsnt > directory and running this command. > svn switch http://delx.cjb.net/svn/pymsnt/branches/memorytest > Please let me know how you go! > --- > James > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports Alex _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
