Flex RemoteObject vs WebService benchmark
It is not an earth shattering discovery that Flex/Flash Remoting is faster than WebServices. Pretty much everyone knows that (although there are still a few who try to prove the opposite). The real question is how much faster. We set up a simple benchmark test comparing invocations of the same C# class as an http service, SOAP web service and a remoting service exposed via WebORB. There are three benchmark tests, each invoking one of the following function in the backend object in a tight loop:// argument and return type - primitive value - stringpublic String echoString(String str){ return str;}//
Read comments or post a reply to : Flex RemoteObject vs WebService benchmark