Re: [flexcoders] Module unload GC

2009-03-06 Thread claudiu ursica
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thursday, March 5, 2009 9:01:37 PM Subject: RE: [flexcoders] Module unload GC Modules will unload when there are no longer any references to the classes or objects in a module. There is a cache, but it uses weak references

Re: [flexcoders] Module unload GC

2009-03-05 Thread Nate Beck
Garbage Collection happens when it needs to happen. You have no control over it. This is from Grant Skinner's blog: *Deferred GC and Indeterminacy* A *very* important thing to understand about the Garbage Collector in FP9 is that it's operations are deferred. Your objects will not be removed

Re: [flexcoders] Module unload GC

2009-03-05 Thread claudiu ursica
, March 5, 2009 7:55:01 PM Subject: Re: [flexcoders] Module unload GC Garbage Collection happens when it needs to happen. You have no control over it. This is from Grant Skinner's blog: Deferred GC and Indeterminacy A *very* important thing to understand about the Garbage Collector in FP9

Re: [flexcoders] Module unload GC

2009-03-05 Thread Nate Beck
... -- *From:* Nate Beck n...@tldstudio.com *To:* flexcoders@yahoogroups.com *Sent:* Thursday, March 5, 2009 7:55:01 PM *Subject:* Re: [flexcoders] Module unload GC Garbage Collection happens when it needs to happen. You have no control over it. This is from Grant Skinner's blog: *Deferred

Re: [flexcoders] Module unload GC

2009-03-05 Thread claudiu ursica
... From: Nate Beck n...@tldstudio. com To: flexcod...@yahoogro ups.com Sent: Thursday, March 5, 2009 7:55:01 PM Subject: Re: [flexcoders] Module unload GC Garbage Collection happens when it needs to happen. You have no control over it. This is from Grant Skinner's

RE: [flexcoders] Module unload GC

2009-03-05 Thread Alex Harui
] On Behalf Of claudiu ursica Sent: Thursday, March 05, 2009 10:26 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Module unload GC I'll try that first thing in the morning... For now I'm loading the same module, but in the future there will be more modules, however since we only have one