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: Standard VS Multi  (Read 6828 times)
davidTikva
Jr. Member
**
Posts: 12


View Profile Email
« on: August 10, 2010, 09:49:39 »

Hello,
I'm building a flash game using PureMVC
the game is pretty much complicated.
it will have few screens (edit character for example)

what is feet for me?
Standard or Multi (and why?)

it's very important to me to make the right choise
thanks in advanced
David
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: August 11, 2010, 06:45:03 »

If you use MultiCore to start, there is no more overhead than using Standard and you don't have to use modules. The benefit is if your program grows to the point where it would make sense to modularize, you don't have to migrate from Standard to MultiCore at that time.

-=Cliff>
Logged
davidTikva
Jr. Member
**
Posts: 12


View Profile Email
« Reply #2 on: August 11, 2010, 02:29:04 »

If you use MultiCore to start, there is no more overhead than using Standard and you don't have to use modules. The benefit is if your program grows to the point where it would make sense to modularize, you don't have to migrate from Standard to MultiCore at that time.

-=Cliff>

thanks Cliff
Logged
Pages: [1]
Print