By johnesposito
via css.dzone.com
Published: Feb 06 2012 / 23:46
Web Workers provide a message-passing model, where scripts can communicate only through well-defined immutable messages, do not share any data, and do not use synchronization mechanisms for signaling or data integrity. Indeed, Web Workers are not ridden with classic concurrency problems such as deadlocks and race conditions – simply because these concurrency problems are impossible.
Tweet
SaveShareSend
Tags: css-html, javascript, standards, web design



Add your comment