On 08/06/2007, at 8:36 AM, David E Freitas wrote:

> I reckon the Python interpreter is a major factor here. I mean there
> are bug fixes/memory leak fixes in every version release.
>
> Everything that happens goes through Python, and if python doesn't
> clean up, there is nothing your application can do really.
>
> I mean, just look at the release notes for say 2.4.4
> http://www.python.org/download/releases/2.4.4/NEWS.txt  and search for
> the word "leak" for example.
>
> It seems from your guys setup that 2.4.4 doesn't leak, but 2.4.3  
> and under does.
>
> One of the fixes in the 2.4.4 change log is "Patch #1488312, Fix
> memory alignment problem on SPARC in unicode"; There are others about
> memory.
>
> Maybe 2.5 is the better version even?
>
>
> Sincerely,
>
>
> David

Another thing that's worth trying is the memorytest branch of PyMSNt.  
It hasn't actually fixed any leaks to my knowledge, but it should  
reduce memory usage generally by reading avatars from disk instead of  
keeping them in memory.

---

James
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to