Check out: http://www.jamesward.org/census/
>From what I understand remoting has a bunch of benefits in terms of bandwidth utilization and parsing efficiency due to the fact that it is a native binary protocol in the Flash player. What does this mean to your application? Well, if you are going to be passing large data sets back and forth remoting would probably be the best tool for the job. Have fun, Nick --- In [email protected], "Giles Roadnight" <[EMAIL PROTECTED]> wrote: > > Hi All > > At the moment I am using a CF server with CFCs as my back end but > because the servers I have here have various versions of cf on it I > can't rely on 7.2 and because of this I can't use flex remoting. > > Because of this I'm just uing the cfc wsdl address and using > <webservice tags. > > I think I've now worked out how to re-deploy the servers as cf 7.2 so > I was wondering if it's worth it. What advantages does a remote object > give me over a wsdl service? > > Thanks everyone. > > Giles >

