Questions about GIL and web services from a n00b

sturlamolden sturlamolden at yahoo.no
Sun Apr 17 10:50:47 EDT 2011


On Apr 17, 12:10 am, Michael Torrie <torr... at gmail.com> wrote:

> Many GUI toolkits are single-threaded.  And in fact with GTK and MFC you
> can't (or shouldn't) call GUI calls from a thread other than the main
> GUI thread.

Most of them (if not all?) have a single GUI thread, and a mechanism
by which
to synchronize with the GUI thread.




More information about the Python-list mailing list