Groups | Blog | Home
all groups > macromedia flash flash remoting > july 2004 >

macromedia flash flash remoting : Best Remoting Method??


varmac NO[at]SPAM tmlp.com
7/29/2004 3:53:17 PM
We are building an enterprize application entirely in Flash MX 2004, using
Flash Remoting 2004 to .NET
The question is which method will give us the best performance and why ?

1) Using a calll to a ASPX page
2) Calling directly into the assembly
3) Calling a Web Service

Tom Muck
7/30/2004 10:42:29 AM
[quoted text, click to view]

The call to the assembly will be the fastest because the code is compiled.
The ASPX page will be pretty fast, but there are some extra translation
steps involved (and you have to use Flash scope, which is cumbersome). The
web service will be the slowest because the data is transferred in a much
more bulky manner, and also the data has to be translated. Hope that helps.


--
--
Tom Muck
author Flash Remoting: The Definitive Guide
http://www.flash-remoting.com/

AddThis Social Bookmark Button