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?



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to