On Thu, 16 Mar 2000, Jiang Wu wrote:
Yeah, you are right about that. The Shell class really should not be
calling those methods from other threads. I think it "just works" in
Jacl because Jacl uses lots of Hashtable objects in its implementation
and those are always thread safe (which is a bug no
Looking over the Jacl's tcl.lang.Shell source code, there are several places
where the ConsoleThread is accessing the tcl.lang.Interp object's method.
For example, the ConsoleThread's run() method makes calls to:
interp.getVar(...);
interp.setVar(...);
interp.updateReturnI