2007年5月17日星期四

Dealing with asychronous bugs in AJAX

Nick from the BadMagicNumber blog talks about how internet latencies can cause unpredictable in AJAX applications, if a human client clicks around and doesn't wait for a response. The solution is to either lock the view or pass view state down with each web request.

Read AJAX: Best practice for Asynchronous Javascript.

没有评论: