On Wed, 25 Oct 2000, Sai Geetha M N wrote:
> Hi
> I am trying to use tclblend. When I start tclsh, and type "package require
> java" it gives me an error message: "can't find package java"
> What should I do to rectify this error. What environment variables should I
> set for this?
> Would appre
Hi
I am trying to use tclblend. When I start tclsh, and type "package require
java" it gives me an error message: "can't find package java"
What should I do to rectify this error. What environment variables should I
set for this?
Would appreciate if someone could help me on this.
Thanks
sai
On Tue, 24 Oct 2000, Dan Wickstrom wrote:
> I've finished the changes that I need to make for making the notifier
> thread safe, and I want to generate a patch against the ajuba contract
> branch, so I checked it out from sourceforge and built it. When I run
> make test, I get an assertion failu
I've finished the changes that I need to make for making the notifier
thread safe, and I want to generate a patch against the ajuba contract
branch, so I checked it out from sourceforge and built it. When I run
make test, I get an assertion failure. on tsdPtr-initalized. Is this
branch supposed
There seems to be a problem with how TclObject and Tcl_Obj are related.
Regardless of what we do to fix the GC problem, using queue or using
reference counting, this problem can lead to very undesirable behavior. See
the stack overflow problem posted before.
Tcl_Obj and TclObject should really
On Tue, 24 Oct 2000, Jiang Wu wrote:
> That may be true for your specific case. Though, it is not true in general.
> One could also potentially delete the interpreter without removing the
> thread. For example, one may be using a pool of Java threads to do some
> work. One thread is retrieved,
That may be true for your specific case. Though, it is not true in general.
One could also potentially delete the interpreter without removing the
thread. For example, one may be using a pool of Java threads to do some
work. One thread is retrieved, creates a Tcl interp, do some work, delete
th