[Tcl Java] Re: [Tcl Java] Using TclBlend with the Jacl Shell

2000-03-17 Thread Mo DeJong
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

[Tcl Java] Using TclBlend with the Jacl Shell

2000-03-16 Thread Jiang Wu
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