Suppose you created a stack(array) of requests, then sent the first one, then in the return event handler, pop the next item off the stack and sent that?
Tracy -----Original Message----- From: dustin_speer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 9:58 AM To: [email protected] Subject: [flexcoders] Re: WebService Connection Keeps Resetting... ? Let me explain my app first. I have a custom component repeated in a Tile. Whenever the user clicks on one of the objects, I make a web service request to return info about that object (much like a shopping cart program, but my app is not e-commerce). The connection to my web service seems to be resetting whenever the user clicks 5 or 6 times in a row before the first response comes back. So, how can I keep subsequent service requests from being executed while I am waiting for a response from a web service? By the way, I am using: Java 1.4.2 Tomcat 5.0.28 Thanks, DS --- In [email protected], Matt Chotin <[EMAIL PROTECTED]> wrote: > Have you turned on the debugging to see if there's anything specific that > seems to be causing the disconnect? What is your Java version and what app > server are you using? > > > > Matt > > > > _____ > > From: Speer, Dustin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 09, 2005 12:50 PM > To: [email protected] > Subject: [flexcoders] WebService Connection Keeps Resetting... ? > > > > When I load and run my flex app, the connection to my backend .NET web > service keeps resetting after about 30 seconds or less. Any ideas how I can > handle these connections better? > > DS > > > > Dustin Speer > > Special Projects Analyst > > Vestcom US South > > 7304 Kanis Rd > > Little Rock, AR 72204 > > Office 800.264.0965 X 678 > > Fax 501.664.3934 > > Mobile 501.952.8972 Yahoo! Groups Links

