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

Pages: [1]
Print
Author Topic: Multi-core for AS2  (Read 6254 times)
jordisan
Newbie
*
Posts: 1


View Profile Email
« on: July 15, 2009, 09:01:19 »

We used PureMVC to build a "wrapper" in AS2 that loads a couple of applications written in AS2.  What we didn't realize is that one of the applications we're trying to wrap uses the PureMVC framework as well and because of the singleton nature of the framework, the application fails to load because an instance of Facade is already created.  Does anyone have any ideas of how we can get around that problem (ie load one pmvc app inside another one also using pmvc?  Right now, I'm trying to modify the multicore code written in AS3 to work in AS2.  Any gotchas I should be aware?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: July 15, 2009, 11:29:51 »

Before you dive in fully, hop over to the AS2 forum and post to this thread http://forums.puremvc.org/index.php?topic=676.0

I think a port may be in progress...

-=Cliff>
Logged
Pages: [1]
Print