http://www.perlmonks.org?node_id=1030306


in reply to Re^3: Threading Problems
in thread Threading Problems

Thank you very much for your help!

In the meanwhile I have found that Tk isn't thread safe at all if I'm correct, so I think its not a good idea using threads to update a Progress Bar.

I'm using a progress bar also without thread now, but the main issue about this is that is slows my program quite a bit. I'm still looking for a way to speed things up.

Many thanks for your help and time kcott! I appreciate all your effort.

Greetings