Did you try to monitor the HTTP traffic in a test environment? It gives you a good idea what goes behind the scenes.
http://soenkerohde.com/2008/04/debug-air-remote-traffic/ On Fri, Feb 19, 2010 at 9:02 PM, Battershall, Jeff < [email protected]> wrote: > > > I’ve built an AIR app using Cairngorm 2.x. My RemoteObjects are stored > in the ServiceLocator singleton. Intermittently, users will get > “NetConnection.Call.Failed”. Possibly this is a performance issue with the > ColdFusion service layer where specific calls are timing out or possibly the > RO’s connection timing out on its own. One possible approach is simply to > re-try on error but that kinda feels like a brute force approach. > > > > Any advice appreciated! > > > > Jeff Battershall > > Application Architect > > Dow Jones Indexes > > [email protected] > > (609) 520-5637 (p) > > (484) 477-9900 (c) > > > >

