Brian Smith wrote: > If the client is on a high-latency connection, then the last thing you > want to do is double the number of requests and thus double the latency. > For example, if you have 5 second latency, you don't want to make the > user wait five extra seconds to verify that he hasn't deleted any > entries today.
Would the requests need to be made synchronously? -- Dave
