Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is Multithreading necessary?

13 views
Skip to first unread message

core powe

unread,
Feb 10, 2012, 8:14:25 AM2/10/12
to
Hello to all.

In my application two tclsh interpreters are communicating between
each other. The first interpreter is working on a script, the second
interpreter works as debugger, reading and changing global variables
from first interpreter.


Is there a possibility to create the debugger as an second Thread in
tcl? A small code example would be very helpful. :)


black

Uwe Klein

unread,
Feb 10, 2012, 8:29:16 AM2/10/12
to
you don't even need that ( and threads having separate interp I have
doubt it would work out the way you think it would ).
see:
http://wiki.tcl.tk/26848

This requires that the eventloop is active.

uwe
0 new messages