Making it a MultiThread!

Chris Angelico rosuav at gmail.com
Sat Sep 21 21:18:25 EDT 2013


On Sun, Sep 22, 2013 at 11:00 AM, Piet van Oostrum <piet at vanoostrum.org> wrote:
> Now if your GUI actions are starting some actions that last more than a
> few tenths of a second, you should run these actions in another thread...

Hmm. When I first learned GUI programming (on OS/2), the advice was
one tenth of a second absolute maximum, or spin off a thread. But yes,
the advice is the same. Keep your main thread REALLY responsive.

ChrisA



More information about the Python-list mailing list