On Apr 16, 10:44 am, [email protected] (Aahz) wrote:
> In article <[email protected]>,
> Raymond Hettinger  <[email protected]> wrote:
>
>
>
> >Threading is really only an answer if you need to share data between
> >threads, if you only have limited scaling needs, and are I/O bound
> >rather than CPU bound
>
> Threads are also useful for user interaction (i.e. GUI apps).  
>

I suppose that's why most GUI toolkits use a multithreaded model.

Jean-Paul
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to