*Implementing Mutual Exclusion for
AJAX*<http://www.onjava.com/pub/a/onjava/2006/04/05/ajax-mutual-exclusion.html>AJAX
programmers who come from the Java world can, or at least should, be
   concerned with JavaScript's non-support for safely managing data structures
   in a concurrent fashion. If one thread is changing the DOM while another is
   reading it, problems are likely. Java developers can attack this with tools
   from the synchronized keyword and the old Object wait()/release() to the
   modern java.util.concurrent package introduced in J2SE 5.0. Bruce
   Wallace addresses the problem by introducing protection for critical blocks
   of JavaScript code. *[Java]* <http://www.onjava.com/>

>From O'Reilly's* OnLAMP* …  *
http://www.onjava.com/pub/a/onjava/2006/04/05/ajax-mutual-exclusion.html*<http://www.onjava.com/pub/a/onjava/2006/04/05/ajax-mutual-exclusion.html>
--
Bill
[EMAIL PROTECTED] [EMAIL PROTECTED]
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to