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: Difference between AS3 standard and multicore versions  (Read 8251 times)
2009 Matt
Newbie
*
Posts: 3


View Profile Email
« on: January 26, 2009, 02:04:18 »

I'm new to PureMVC.

I know the implementation of standard version uses lots of singleton, but multicore.
Is there any difference in API level? Any performance difference? Which one is a better choice for
a new Flex project?
Logged
Timo
Newbie
*
Posts: 3



View Profile WWW Email
« Reply #1 on: January 27, 2009, 01:20:18 »

Haven't used PureMVC much either but I suggest using the MultiCore version. Can't say anything concrete about the performance differences but there shouldn't be any major drawbacks... I would guess there is none. At least it doesn't add more weight to your swf. API is almost the same. Multicore Facade uses instanceMap instead of static instance variable.
Logged

Jason MacDonald
Sr. Member
****
Posts: 243


View Profile Email
« Reply #2 on: January 27, 2009, 07:12:34 »

Edit: Nevermind, I see Cliff answered you in the other thread.
« Last Edit: January 27, 2009, 07:18:35 by Jason MacDonald » Logged
2009 Matt
Newbie
*
Posts: 3


View Profile Email
« Reply #3 on: January 29, 2009, 01:10:52 »

Where? Can you point me to the thread?
Logged
Jason MacDonald
Sr. Member
****
Posts: 243


View Profile Email
« Reply #4 on: January 29, 2009, 02:18:14 »

You posted the same question under two different forum categories. I might suggest limiting it to one for each new question. It'll make getting answers, and finding them, easier. ;)

http://forums.puremvc.org/index.php?topic=967.msg4436#msg4436
Logged
Pages: [1]
Print