[Tutor] need some class / module help

Simon Brunning simon at brunningonline.net
Fri Oct 20 20:26:01 CEST 2006


On 10/20/06, shawn bright <nephish at gmail.com> wrote:
> oh, one more thing.
> these objects are going to be created at the rate of about 20 / minute in a
> thread.
> at some point is this going to be a problem ? do they go away over time?
> Or do i need to write something that will kill them?

If you don't keep references too them (i.e. by having names that are
bound to them, or by keeping them in collections) then they'll go away
- usually as soon as the last reference to them is gone.

-- 
Cheers,
Simon B
simon at brunningonline.net
http://www.brunningonline.net/simon/blog/


More information about the Tutor mailing list