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  Announcements and General Discussion / Architecture / Multicore for AS2? Is that even what I want? on: September 09, 2008, 02:24:19
Hi,

I'm working on an online social/gaming environment written in AS2 that I am migrating into a PureMVC environment. The main app handles the user management, but there are games and other modules that get loaded at runtime that will need to communicate with the main app--updating the user's score, adding items to his inventory, and so on. I'd like to do the modules and games as PureMVC also, if I can, so that there will be a consistent architecture across all the properties.

How would I handle this in AS2? Is there a good high-level article describing the AS3 Multicore setup that would explain how it works? Is what I am describing even a true multicore application?

Thanks for any advice you can offer,

OK
DAH
2  PureMVC Manifold / Standard Version / Where is 2.0.3? on: September 04, 2008, 07:33:54
I am using the latest AS2 code from SVN, but I notice that the MacroCommand.addSubCommand() still requires an instance of an ICommand, even though the release notes say this has been fixed to accept class references. Am I looking in the right place? The SVN on the AS2 port page has tags that only go as high as 1.0. Any help is much appreciated. Thanks!

David Ham
Pages: [1]