Experimenting With AMF As an Ajax Data Format
Posted By : todd sharp Posted At : December 7, 2010 1:48 PM Posted In: jQuery, ActionScript, ColdFusion
17
Question:
With mobile devices becoming ever more popular is there a way to provide a better overall experience for end users by reducing load times and overall bandwidth consumption for web based applications?
Hypothesis:
Using AMF in lieu of JSON or XML as a data format with Ajax calls will result in faster Ajax calls due to a smaller package size being sent across the wire which will consequently result in less bandwidth consumption.

