PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: rschmitty on January 09, 2009, 04:07:44



Title: New project.. why use Standard over MultiCore?
Post by: rschmitty 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


Title: Re: New project.. why use Standard over MultiCore?
Post by: puremvc 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>