[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Threading in tclblend.

2000-06-29 Thread Jiang Wu
> -Original Message- > From: Mo DeJong [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 29, 2000 8:58 AM > To: Daniel Wickstrom > Cc: [EMAIL PROTECTED] > Subject: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Threading > in tclblend. > > Do you mean each Tcl thre

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Threading in tclblend.

2000-06-29 Thread Mo DeJong
On Thu, 29 Jun 2000, Daniel Wickstrom wrote: > > "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: > > Mo> The startup stuff is kind of tricky because we need to support > Mo> two different kinds of loading. Tcl Blend can be loaded from > Mo> Tcl, whick will then load the JVM. Tcl Bl

[Tcl Java] Re: [Tcl Java] Threading in tclblend.

2000-06-29 Thread Daniel Wickstrom
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: Mo> The startup stuff is kind of tricky because we need to support Mo> two different kinds of loading. Tcl Blend can be loaded from Mo> Tcl, whick will then load the JVM. Tcl Blend can also be Mo> loaded from a JVM, this means Tc

[Tcl Java] Re: [Tcl Java] Threading in tclblend.

2000-06-29 Thread Mo DeJong
On Thu, 29 Jun 2000, Daniel Wickstrom wrote: > I've been experimenting with integrating tclblend into aolserver, and > after looking at the tclblend code, I'm a little puzzled about > something. In javaCmd.c the variable java declared as type JavaInfo > and currentEnv are declared as global var

[Tcl Java] Threading in tclblend.

2000-06-29 Thread Daniel Wickstrom
I've been experimenting with integrating tclblend into aolserver, and after looking at the tclblend code, I'm a little puzzled about something. In javaCmd.c the variable java declared as type JavaInfo and currentEnv are declared as global variables, yet I would think that these two variables wou