Action Message Format vs downloading XML files?

 ̄綄美尐妖づ 提交于 2019-12-11 18:15:44

问题


As we are about to start downloading big data from the server, we have two options to work with:

  1. Downloading compressed XML file each 10 seconds, where we will store data to be consumed at the client site.

  2. Calling Zend AMF Server each 10 seconds, and listening to methods callback results, it will return data that we will be consuming at client side. ( inspired by Zend AMF – AS3 and PHP )

Which approach will be faster? and which approach will save us bandwidth? Any recommendation?


回答1:


AMF Hands down http://census2.jamesward.com/

Always best to test but I would put my money on AMF



来源:https://stackoverflow.com/questions/15921709/action-message-format-vs-downloading-xml-files

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