RemoteObject requests are sent over HTTP (using a binary formatted AMF post) so any HTTP sniffer should tell you this information.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Kristopher Schultz Sent: Thursday, June 09, 2005 4:19 PM To: [email protected] Subject: [flexcoders] Determining byte size of RemotObject response value Is there a profiling tool or technique that I could use to determine the size (in bytes) of the response that is sent back over the wire as the result of executing a method on a RemoteObject? I'm trying to make some architecture decisions about how much data my remote Java object should return such that it doesn't cause a poor user experience for people on slower connections. I don't need to be able to access this size info from within ActionScript necessarily...I just want to be able to see the size information in some way during my initial tests (log file? profiler? debugger?) Any ideas would be greatly appreciated. Thanks! Kris Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> 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/

