[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tclblend and Perl

2000-05-12 Thread Mo DeJong
The only thing I can think of is a problem with vfork vs fork that was fixed in Tcl. Please upgrade to Tcl 8.3.1 and see if that fixes the problem. This really does not have anything to do with Perl. Mo Dejong Red Hat Inc. On Fri, 12 May 2000, Suvarna Ayyagari wrote: > I am using a std tcl shel

[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tclblend and Perl

2000-05-12 Thread Jiang Wu
PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tclblend and Perl I am using a std tcl shell with Tcl 8.0.5. Then I am loading the tclblend by using package require java. I am doing an 'exec' call to the perl script from the tcl shell. I hope this an

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Tclblend and Perl

2000-05-12 Thread Suvarna Ayyagari
Even I am not sure why loading tclblend in a tcl shell should cause a perl script behave different. But that is what happens. I will upgrade the versions as suggested by you. To re-iterate what I said, from a tcl shell, I do an exec and call a perl program. I get the tcl shell prompt back whe

[Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tclblend and Perl

2000-05-12 Thread Suvarna Ayyagari
I am using a std tcl shell with Tcl 8.0.5. Then I am loading the tclblend by using package require java. I am doing an 'exec' call to the perl script from the tcl shell. I hope this answers your question. >From: Jiang Wu <[EMAIL PROTECTED]> >To: "'Suvarna Ayyagari'" <[EMAIL PROTECTED]> >CC: [E

[Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tclblend and Perl

2000-05-10 Thread Brent Welch
Perhaps the inherient un-thread-safety of Perl is hosing things up. >>>Jiang Wu said: > Are you starting a standard Tcl shell first, then load TclBlend? Are you > embedding the Tcl interpreter into a C program that is not the "tclsh.exe"? > How are you using multi-threads in your program? >