Subj : Re: jsshell for multithread environment To : Aleksey From : Brendan Eich Date : Wed Jul 28 2004 02:09 am Aleksey wrote: > Hello, > > I'm looking for a simple program or test utility (something like > jsshell.exe) which can run js scripts in multithread environment > (spidermonkey with JS_THREADSAFE under nspr). It seems I have a slight > misunderstanding of a request model in jsref and I'd like to eliminate > it in simple environment. > > Does anyone know if such a program exists? xpcshell, part of every Mozilla distribution. In a build tree, it's in dist/bin. See also http://lxr.mozilla.org/mozilla/source/js/src/xpconnect/tests/js/old/threads.js. /be .