[Tcl Java] RE: [Tcl Java] RE: [Tcl Java] Thread question in TclBlend

2000-05-16 Thread Scott Redman
I think we should just require Tcl to be thread-enabled (as long as Tk will work with it, which is being looked into for 8.4). -- Scott > -Original Message- > From: Jiang Wu [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 16, 2000 11:59 AM > To: 'Scott Redman' > Cc: [EMAIL PROTECTED] > S

[Tcl Java] RE: [Tcl Java] RE: [Tcl Java] Thread question in TclBlend

2000-05-16 Thread Jiang Wu
In theory, JAVA_LOCK sounds like the right thing to do in protecting the notifier of a non-thread enabled Tcl interpreter. However, the JAVA_LOCK is not released while the Tcl interpreter is idling. The result is that any attempt to access the Tcl interpreter from any thread other than the "owne