Hi guys, I'm experiencing very bad performance invoking a Java RemoteObject (stateless) when the flex client is not running on the same system as the Flex server (over the network).
When I say very bad performance, I mean 1.6 - 1.8 seconds from the time I call RO.send(...) in flex until the time it enters the remote object's function. Compare that to ~0.2 - 0.4 seconds to invoke the object when the flash player is running on the same system as the web server. I know network connection speed plays a part in this, but it's not THAT bad... the return FROM the remote object to Flex only takes ~0.3 - 0.4 seconds even over the network. What things affect the performance of invoking a RemoteObject call? is there a whole lot of network overhead that would account for this? what about authentication or something? Any help is greatly appreciated. thanks, Thunder -- 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/ <*> 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/

