Subj : Rhino trouble To : netscape.public.mozilla.jseng From : eqwalker@yahoo.com (Eric) Date : Tue Dec 09 2003 02:50 pm Hi I am having a problem Rhino. It seems to be thread related. I have a js file that i load using Context.evaluateReader. I create a global scope object following the directions on the Rhino page concerning shared and dynamice scopes. The thing is when I test my code under load (> 3 threads) I start to get ReferenceErrors: 'function name' is not defined for functions that I know are in the js file and which seem to work for a single thread. Any help would be greatly appreciated. Thanks Eric .