Re: [flexcoders] Slow connection to a server

2010-09-02 Thread Jake Churchill
Try using Swiz. There is a delegate helper class that allows you to timeout the async request for a certain amount of time. As long as you are sequencing your events correctly and taking advantage of binding, you shouldn't have to worry about slow connections. If someone is on a slow

RE: [flexcoders] Slow connection to a server

2010-09-02 Thread Gregor Kiddie
Proxies can slow down connections. I know service capture can do it, and I'd be very surprised if Charles couldn't. Gk.