basic python threading question

Donn Cave donn at u.washington.edu
Fri Sep 29 18:50:48 EDT 2000


Quoth Alex <the_brain at mit.edu>:
|> But I'm posting this from a multithreaded program, written in python,
|> at the moment I count 15 threads.  There's no overhead on this 132Mhz
|> computer, and Python doesn't make it more difficult nor does it make
|> it easier.  The use of threads adds a dimension to the complexity of
|> the program, that's all.  The overhead is in your head.
|
| Hey, do you have a news client written in python?  That's so cool.  Is
| it publically available?

Yes, http://www.bebits.com/app/1564

It's not much, though.  I started with a couple of functions from
Koert Zeilstra's tknf, plus vi as the viewer & editor.  It's now
a sample application in my BeOS modules.  It's utterly dependent
on BeOS, not portable at all, and it still uses vi for an editor.

	Donn Cave, donn at u.washington.edu



More information about the Python-list mailing list