Adobe Air 应用程序支持多核处理吗?
Adobe 应用程序支持多核还是仍然使用单核?
那么,如果我使用 Pentium 4 处理器 (3 ghz) v/sa 双核处理器 (2.7 ghz),它会对速度(应用程序性能)产生影响
编辑: 正如 AndrejaKo 在下面的评论中提到的,我已经在 SuperUser 但我希望这里的一些 Air 开发人员能提供有关此问题的更多信息.
Do Adobe apps support multiple cores or do they still use single core?
So will it make a difference in speed (in performance of the application) if I'm using a Pentium 4 processor (3 ghz) v/s a Dual Core Processor (2.7 ghz)
Edit:
As mentioned by AndrejaKo in his comment below, I have already asked this question on SuperUser but I was hoping that some Air developers here would have more information regarding this question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不是 Air 开发人员,但我能找到的所有文档都表明,不,Air 目前不支持真正的并发......尽管他们正在考虑将 Web Workers 留在借来的副本中的起伏未来版本的 WebKit。
我认为最后一篇涵盖了您所询问的 AIR 版本。
I'm not an Air developer, but all the documentation I was able to find indicates that, no, Air does not currently support true concurrency... though they're considering the ups and downs of leaving Web Workers in their borrowed copy of WebKit for a future release.
I think that last one covers the version of AIR you're asking about.
Adobe 不提供任何用于处理线程的 ActionScript 或 JavaScript API。因此,用其中一种语言编写的所有内容都肯定会单线程执行。
Adobe does not provide any ActionScript or JavaScript APIs for working with threads. So, everything written in one of those languages will definitely be executed single-threaded.
随着 adobe air 3.4 的发布,adobe 将使用新的工作 API 支持并发。
http://www.bytearray.org/?p=4423
With adobe air 3.4 release, adobe will support concurrency using a new workers api.
http://www.bytearray.org/?p=4423