Dan Gilleland posted on November 14, 2006 05:54

Well, I just read an
interesting article. It talks about how when using AJAX you can sometimes have good calls to the server time out because of one bad call. The resolution proposed is to write your own code to do a "retry" of a failed call (to try and get the good call to go through). I wonder, though, what that might mean if a retry is done on what amounts to a bad call. Hmm....