Running the Flash Player over long time period

僤鯓⒐⒋嵵緔 提交于 2020-01-05 04:58:11

问题


Hi I'm looking into the issues to expect if the Flash Player (version 10) is run over a long period of time, say 24+ hours.

I know that the player has issues with not performing garbage collection properly, and that the weak listener system is buggy.

I plan on having the flash app started/monitored using a watchdog/sentinal app written in C/C++/C#. So I plan on refreshing the app periodically.

Does anyone have recommended practices for running a flash player over that sort of time scale?


回答1:


Memory leaks are probably the worst. If you manage to make an app run on a 100% stable memory level for 1 hour it should also run for 24 hour and more (if its activity is stable as well). Flex's profiler is nice to look up for leaks and uncollected items ...




回答2:


I think, you want to make an application run a long time not easily and not difficult. You must always free memory at interval 300ms ( use LocalConnection).



来源:https://stackoverflow.com/questions/1504580/running-the-flash-player-over-long-time-period

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!