RE: [tcljava-user] Any plans to support Tcl_CreateSlave
Brought to you by:
mdejong
From: Pierce, G. <Gre...@ls...> - 2006-03-20 16:28:49
|
Hi Mo, Can you create more than one Interp in a Java thread? In other words could I do the following in Java? Interp interp1, interp2; interp1.eval("puts {hello from interp1.}"); interp2.eval("puts {hello from interp2.}"); Or, are we restricted to only one interp per Java thread? Greg |