Mo DeJong wrote:
> It does. The docs say that ALL methods that interact with an interp
> instance and thread unsafe. For this reason, all interp interaction
> needs to be done from the Tcl event queue thread. Here is a quick
> example that call the "unsafe" eval() method using the Notifier
> to queue up a "thread safe" event.

I don't see the event loop used consistently.  The tcl.lang.Shell in CVS
for example never runs an event loop when run with a filename argument:

java tcl.lang.Shell hello.tcl

-- 
Jeff Sturm
[EMAIL PROTECTED]

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to