Javier, thanks for your reply. I'm sorry, I guess I couldn't figure out how to use a lot of the suggestions posted. My app is an AIR app running on a mobile device, so there is no browser involved. If I am missing something, if you can think of a way to obtain the amount of data returned to my mobile device, I would really appreciate any thoughts on that.
You bring up an interesting point though that I wanted to ask you about further. I am using PHP to connect to my MySQL database, and it uses ZEND to pass the data back to me using AMF. When profiling in Scout, i notice that during the query it sends a MessageResponder.result back that occupies 31MB of space. When I drill down into the MessageResponder.result, I eventually dead end at two entries that say XMLList which occupies 14MB and XML which occupies 4MB. Does this suggest that PHP is packaging and returning the results as XML??? Is this bad? Is there a better way to set up the web service?? -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/