Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / MultiCore Version / Re: "Fully" Encapsulated Dynamic Modules on: June 10, 2008, 02:22:32
Mmm... seems facade.removeCore() can be helpful. Should dig in!
2  PureMVC Manifold / MultiCore Version / Re: loading modules dynamically on: June 10, 2008, 02:00:03
Also you can try loading module in ApplicationDomain.currentDomain (loaded in child domain by default causing the conflict).
3  PureMVC Manifold / MultiCore Version / Re: "Fully" Encapsulated Dynamic Modules on: June 10, 2008, 01:49:37
Hi, guys!
I'm working on my modular application based on Flex/PureMVC Multicore, and experience problems with unloading modules (each of them written with Multicore). It seems that module couldn't be fully unloaded and then garbage collected with Flex GC. May be PureMVC objects keep references to the module from where they were created? Can this be a reason? How can I solve this?
Sorry for my English ) Thank you.
Pages: [1]