[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

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

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