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: New project.. why use Standard over MultiCore?  (Read 6365 times)
rschmitty
Newbie
*
Posts: 2


View Profile Email
« on: January 09, 2009, 04:07:44 »

If anyone is going to be starting a new project, what reason would you have for using Standard instead of MultiCore

Is there a downfall to writing a project that would never take advantage of MultiCore options in MultiCore or is that fine and Standard is just kept updated for all the old projects that started that way?


Can a MultiCore project load a Standard project or must a MC project only load other MC projects?


TIA
« Last Edit: January 09, 2009, 04:09:50 by rschmitty » Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: January 09, 2009, 04:35:07 »

There is currently no real reason not to use MultiCore (AS3) over Standard. The latter remains as a reference implementation for languages that have no support for modular programming.

And technically a MultiCore app may load one and only one standard version app, but you wouldn't want to plan it that way.

-=Cliff>
Logged
Pages: [1]
Print