RE: [tcljava-user] Any plans to support Tcl_CreateSlave
by Greg Pierce other posts by this author
Mar 20 2006 8:29AM messages near this date
RE: [tcljava-user] Any plans to support Tcl_CreateSlave
|
Re: [tcljava-user] Any plans to support Tcl_CreateSlave
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
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
tcljava-user mailing list
tcljava-user@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-user
Thread:
Greg Pierce
Mo DeJong
Greg Pierce
Greg Pierce
Mo DeJong
|