Subj : JS_EvaluateScript on simple thread To : netscape.public.mozilla.jseng From : ismy_br Date : Fri Sep 17 2004 11:09 am Brendan Eich wrote in message news:<414A5414.8040509@meer.net>... > 1. That's old, please use a newer version, preferably 1.7 or the trunk. > > 2. You are using one JSContext among many threads, which is clearly > wrong. A context may be used by only one thread at a time! > > /be Thanks for the answer Brendan! - Now I´m using mozilla 1.7.3 sources. I´ve read that is possible to use the same context in multiple threads, but one thread at a time. How can I do that? JS_BeginRequest(cx_glob); JS_EndRequest(cx_glob); Doesn´t done that? Regards, Jacknill .