Macromedia Flash Server - RE: Fastest disrtibution of method calls

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > April 2005 > RE: Fastest disrtibution of method calls





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author RE: Fastest disrtibution of method calls
Craig Aldridge

2005-04-07, 5:45 pm

Was pondering if sending data directly via an SO call, if it is faster
than to call a server function and then redistribute to that respective
SO function call on the clients. Taking into account that there is data
that has to be updated on the server but this can happen after the
clients have been updated.


Eg 1: CSAS my_so.send("doFunction",objData);

my_nc.call("contactClient",null,objData);
SSAS client.contactClient =3D function (objData){
Application.data =3D objData;
}

CSAS my_so.doFunction =3D function(objData){
Var data =3D objData;
} =20
Eg 2 CSAS my_nc.call("contactClient",null,objData);
SSAS client.contactClient =3D function (objData){
Application.data =3D objData;
my_so.send("doFunction",objData);=20
}

=20
CSAS my_so.doFunction =3D function(objData){
Var data =3D objData;
}

CSAS my_so.doFunction =3D function(objData){
Var data =3D objData;
}


Craig Aldridge
=20
Janison Solutions=20


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com