Topic Index
mutual exclusion
Implementing Mutual Exclusion for AJAX
Weak JavaScript environments offer the AJAX developer little protection from concurrency dangers, such as one thread modifying the DOM while another reads it. Bruce Wallace offers a mutual exclusion implementation for JavaScript.
Weak JavaScript environments offer the AJAX developer little protection from concurrency dangers, such as one thread modifying the DOM while another reads it. Bruce Wallace offers a mutual exclusion implementation for JavaScript.