[flexcoders] AMF question

2007-12-02 Thread jovialrandor
I have an application that imports various data from various data 
sources.   I have about 14 httpservice calls.Apparently this has 
slowed down my app significantly.I heard that using the messaging 
framework AMF can get large amounts of data in binary format which is 
quicker.   However I have not found any good example online to learn 
from. 

Does anyone know where I can get started with AMF?

thanks



Re: [flexcoders] AMF question

2007-12-02 Thread Paul Decoursey
Ted Patrick just wrote an interesting intro to AMF that I found  
informative.

http://www.onflex.org/ted/2007/11/abcs-of-amf.php

Paul

On Dec 2, 2007, at 3:51 PM, jovialrandor wrote:

 I have an application that imports various data from various data
 sources.   I have about 14 httpservice calls.Apparently this has
 slowed down my app significantly.I heard that using the messaging
 framework AMF can get large amounts of data in binary format which is
 quicker.   However I have not found any good example online to learn
 from.

 Does anyone know where I can get started with AMF?

 thanks



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






Re: [flexcoders] AMF question

2007-12-02 Thread Ryan Campbell

What do you currently use for your server-side language?

On 2-Dec-07, at 1:51 PM, jovialrandor wrote:


I have an application that imports various data from various data
sources. I have about 14 httpservice calls. Apparently this has
slowed down my app significantly. I heard that using the messaging
framework AMF can get large amounts of data in binary format which is
quicker. However I have not found any good example online to learn
from.

Does anyone know where I can get started with AMF?