i'm working in TCL/tk8.0 in unix. i want to implement Threads in TCL
scripts. are there any TCL commands for implementing Threads. i learn
that using some functions in C we can create threads for TCL Script.
but my project must only have TCL scripts and no C code.
can anyone help me in this regard.
thanks,
Prabhu
Michael
Tcl/Tk 8.0 is old, you should upgrade to 8.4.x. There is a very good Thread
package for 8.4, but I don't remember how stable it was with 8.0.
Also, do you really need Threads -- they are *very* rarely needed in Tcl.
Most things are better handled with event driven programing in Tcl.
Why don't you describe what you want to do a little more -- the problem not
your proposed solution?
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
The first version of Tcl that was thread-safe in its released state
was Tcl 8.1.
--
| Don Porter Mathematical and Computational Sciences Division |
| donald...@nist.gov Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|