问题描述
在我们即将开始从服务器下载大量数据,我们有两个选择一起工作:
As we are about to start downloading big data from the server, we have two options to work with:
-
下载COM pressed XML文件中的每个10秒后,在那里我们将数据存储到客户现场被消耗掉。
Downloading compressed XML file each 10 seconds, where we will store data to be consumed at the client site.
调用的Zend AMF服务器每10秒钟,并听取方法回调的结果,它将返回,我们将消耗在客户端的数据。 (由的Zend AMF - AS3和PHP )
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?
推荐答案
AMF相传 HTTP://census2.jamesward。 COM /
总是最好的测试,但我愿意把我的钱AMF
Always best to test but I would put my money on AMF
这篇关于动作消息格式下载VS XML文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!