Hi everyone,
I have a page that makes a Remote Object call to the server.  Since 
it's taking too long, i split it up with 2 separate remote object 
calls.  One call will return the summary (which is really fast), 
while the other RO call will retrieve the detail status (longer).  If 
i look at the call ouput, it looks as if Flex cache the faster, wait 
for the slower one, and return both at the same time.

Output is as follow:

[Flex] Serializing AMF/HTTP response
Version: 3
  (Message #0 targetURI=/151/onResult, .....)
  (Message #1 targetURI=/159/onResult, .....)

Message #0 is the summary, and message #1 is the detail call.  This 
happen most of the time, but sometimes they do return separately, 
which resulted in the behavior that I want (faster one return first, 
slower later)  

Does anyone know if this is the default Remote Object behavior? For 
performance purposes? If so, how do I disable this feature and have 
Remote Object call return as soon as they are completed?

Many thanks
Vu






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to