newbie questions about imports, threads, and optimizations
Aahz Maruch
aahz at netcom.com
Thu Jun 29 09:24:00 EDT 2000
More information about the Python-list mailing list
Thu Jun 29 09:24:00 EDT 2000
- Previous message (by thread): newbie questions about imports, threads, and optimizations
- Next message (by thread): newbie questions about imports, threads, and optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <8jd7f1$kic$1 at murrow.sp.trw.com>, Bryce Sellers <bryce.sellers at trw.com> wrote: > >Second, are there any tutorials or even reference manuals out there on using >Python with threads? I haven't so much as even seen any sample code, >although I admit I haven't looked very hard. I've posted a few things (unfortunately, DejaNews is doing poorly as an archival service these days), but there's nothing up on a web site yet. After I do my presentation at OSCON, I'm planning on whipping up something for the web. If you've used threads in another language, it's pretty easy to use Python threads; even if you've never used threads, it's still easy, but you need to know a few tricks. In any event, take a look at the threading module (*NOT* thread) and see if that's enough to get you started. -- --- Aahz (Copyright 2000 by aahz at netcom.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 The best way to get information on Usenet is not to ask a question, but to post the wrong information. --Aahz
- Previous message (by thread): newbie questions about imports, threads, and optimizations
- Next message (by thread): newbie questions about imports, threads, and optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list