Re: 2 new messages in 2 topics - digest

"Mats Bengtsson" <[email protected]> Tue, 17 Jul 2007 14:28:40 +0100
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
On 7/16/07, starkit group <[email protected]> wrote:
>
> The only reason I have to use threads (yes, I know the discussion
> about threads, being evil ;-) is a c-based package (fluidsynth, if you
> care) that uses threads, because callbacks from this thread create big
> troubles, if they used to trigger Tk functions -- but this is another
> story and told inside another discussion ;-)
>

Are you aware of this: http://wiki.tcl.tk/15342
It solved a similar issue with a voip lib which made callbacks from
various threads.

Mats