From: Linda W <per...@tl...> - 2007-10-01 05:45:39
|
Eitan Schichmanter wrote: > I admit I haven't read the email through and through but a thing that > jumped is the fact you use events for a TK application. As far as my > knowledge goes (and perhaps I'm reaching here), TK is NOT thread-safe > whereas events are thread-driven. > > If this is the case (your events "spawn" threads) it might explain most > (if not all) of your issues. ---- Only events coming in are Tk-called events. I don't spawn any processes or threads. I presume Tk wouldn't call its event handers in an unsafe manner -- if it did, I don't think it would be very usable as a GUI toolbox. I can't see "why" it would, but would Tk fool around with how Base class methods (unrelated to Tk) were called? |