On Thu, 16 Mar 2000, Jiang Wu wrote:

Thanks. I am sure this will help anyone who wants to do something similar
in the future.

> I will try to modify the Jacl Shell to work with Tcl and TclBlend.  If this
> is successful, the shell becomes a very good example on how Tcl can be
> embedded into Java.  Then, I can write up some documentation on how to use
> Tcl and TclBlend from a Java application.
>
> I read over your paper regarding Tcl.  I agree that the Notifier does
> accomplish the job of protecting the interpreter from multi-threaded access.
> I have no problem with the design of the Interp class and the Notifier
> class.

It does? How? Perhaps I did not pick up on that in your last email.
I do not think the call to Interp.commandComplete() is wrong. It is
a static method, so it should be thread safe because it does not
touch any interp instance.

> I was just thrown off course because the implementation of the Jacl
> shell violated the rule on the usage of tcl.lang.Interp.  I was not sure if
> Jacl did that by design.
> 
> -- Jiang Wu
>    [EMAIL PROTECTED]

Mo Dejong
Red Hat Inc.


----------------------------------------------------------------
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