Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Re: Remoting with AMFPHP / ZENDAMF / WEBORB on: January 28, 2009, 04:46:50
I'm a fan of WebORB. It may seem complicated at first, but it's really simple if you're trying to do simple things. It's great because it gives you much more control and information for what's happening on the server. It has logging features which are important if you're trying to debug performance issues. It also generates value objects for you which saves a lot of time. I also like that my flash team can integrate with several languages (php, .Net, Ruby, etc.) so we don't have to change our approach if the server technology changes.

I haven't looked at performance of WebORB vs. PHPAMF but I have looked at the performance of WebORB vs. XML and it is significant. If you're needing to load more than a few hundred rows of data, you'll slow way down with xml. If I remember right, 10,000 rows took 6 seconds with xml and 500 ms with WebORB.
Pages: [1]