Python and Sockets,

John J Breen jbreen at nospam.com
Thu Aug 1 14:14:13 EDT 2002


Chris Liechti wrote:

> you'll probably want to look at the threading module. to learn about
> threads, you can look at the slides on Aahz page:
> http://www.pythoncraft.com/
>
>

I have looked into using threading and I have tried starting a thread for the
different components. It works but for some reason it makes the interfaces
*much* slower than they usually are. For instance, if I type into a text
widget it takes a long time for the display to catch up and show the
characters I typed in. Any suggestions or ideas on why this might be
happening?

John




More information about the Python-list mailing list