Hi List, My question is not specific to jQuery and I don't wanna be offtopic, but I post there because I think there are the brightest minds of the planet regarding JavaScript development.
We're building a web2.0 application and there are some singleton objects and various AJAX event handlers that manipulate them. I'm worried that race conditions can occur which have a potential to kill the client side. http://www.developer.com/lang/jscript/article.php/3592016 - This is the most relevant article that I could find about avoiding race conditions in JavaScript, but I'm not really confident about its content and there's very little information accessible on multithreaded issues regarding JavaScript. So basically I'd like to get some clarifications on whether JavaScript is multithreaded and if so, how one can build rock solid code that don't mess up the client side. Thanks in advance, Laci <http://monda.hu>

