simple Thread question

Aahz aahz at pythoncraft.com
Wed Aug 18 10:36:44 EDT 2004


In article <l82dnQLW7bZOIb_cRVn-qQ at powergate.ca>,
Peter Hansen  <peter at engcorp.com> wrote:
>
>While it's true that that is all that's needed, it is not required,
>and doesn't really provide any performance improvements.  I often do
>the above sort of thing where I use a given module in only one place,
>especially when using threads where it feels subtly cleaner to defer
>loading of some modules until the thread actually starts.

Except that the import lock makes this a Bad Idea, IMO.
-- 
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



More information about the Python-list mailing list