[flexcoders] how to handle remote requests the never return or get lost?

2010-05-03 Thread Baz
If you send a request to a web service, and for some reason that request never returns because it got lost on the net, or some other failure. What strategies do people employ on the flex side to handle that situation? FaultEvent wouldn't fire in this case, because there are no known faults yet.

Re: [flexcoders] how to handle remote requests the never return or get lost?

2010-05-03 Thread Rick Genter
On Mon, May 3, 2010 at 1:14 PM, Baz li...@thinkloop.com wrote: If you send a request to a web service, and for some reason that request never returns because it got lost on the net, or some other failure. What strategies do people employ on the flex side to handle that situation? FaultEvent