Thread Memory Leak

Tim Peters tim.one at comcast.net
Tue Jun 25 11:14:22 EDT 2002


[Marco Catunda]
> I've developed a python program with some threads.
> This program is a daemon server. I have seen the
> memory of that program growing very fast in a short
> period of time. So I decided to make a little program
> to see what's happen.
> ...

Which version of Python, which OS, and which thread package?  There's no
leak evident when running your program on Win2K using any of Python 2.1.3,
2.2.1, or current CVS, so whatever you're seeing is specific to something
you haven't told us.






More information about the Python-list mailing list