on 30/4/2001 10:32 pm, Ruslan Zasukhin at sunshine /AT/ public DOT kherson.ua wrote:
> in the same time I believe that for local variables Director do garbage > collection self.
Director's garbage collection is fairly simple, and doesn't deal with circular references at all.
Another Director quirk is that the symbol table is never cleared - so when you use a symbol like #something, it remains defined forever and there's no way of undefining it. This is not normally a problem, but if you use symbols to do database type things in Lingo (they're more efficient than short strings), they can slowly eat up memory.
Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture
marcus@synchromedia.co.uk | http://www.synchromedia.co.uk
------------------------------------------------------------- The Valentina mailing list is brought to you by MacServe.net For info on lists services, see http://www.macserve.net/lists.html ©2001 Marcus Bointon |