Subj : Re: User Breakpoints ( int 3) from js_PurgeDeflatedStringCache To : Jaspreet From : Brendan Eich Date : Wed May 25 2005 04:23 pm Jaspreet wrote: > As per the criteria "You need to compile with JS_THREADSAFE if you > access the JS API from more than one thread at once ", i should not > need to use JS_THREADSAFE as the JS API is called only from one > thread... and to make sure nothing funny was going on.. i ensure that > calls to JS API are wrapped with mutexes.... ( the system would have > ensured this anyway.. but i did this as an additional check) If this is all true, then you do not need to compile SpiderMonkey with JS_THREADSAFE defined. /be .