[Python-Dev] Threading in the Standard Library Tour Part II (original) (raw)
Aahz aahz at pythoncraft.com
Mon Aug 16 05:59:36 CEST 2004
- Previous message: [Python-Dev] Threading in the Standard Library Tour Part II
- Next message: [Python-Dev] Threading in the Standard Library Tour Part II
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Aug 15, 2004, Bob Ippolito wrote:
Many platform GUIs require that all or most all GUI activities be consolidated to one and only one thread. I don't think any of them 'care' if another thread is also running, but it can't communicate directly with the GUI.
That's true, but it also applies to other external resources, such as files.
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"To me vi is Zen. To use vi is to practice zen. Every command is a koan. Profound to the user, unintelligible to the uninitiated. You discover truth everytime you use it." --reddy at lion.austin.ibm.com
- Previous message: [Python-Dev] Threading in the Standard Library Tour Part II
- Next message: [Python-Dev] Threading in the Standard Library Tour Part II
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]