Hi there,
I have strange problem with FLEX 3. I'm using RemoteObject to call PHP script (Zend_AMF) and return array in AMF format. Technically everything works properly but it is slow. 18 000 records take 2 minutes. After few days of "try and fault" I changed code and instead of RemoteObject I used NetConnection to data from PHP. I received same result set with in 15 secs. I have tested few times jsuts changing 1 line of code in FLEX. With RemoteObject it is 10 times slower then with NetConnection.
As far as I know RemoteObject is preffered approach (newer) and NetConnection is for back compatibility reason only. Can someone explain that? Is teher any additional setup required for RemoteObject I am not aware of?
I am running Appache 2.2 as module on Vista and have Zand Framework 1.9.2 and PHP 5.3.0
Thank you