Threading tutorial wanted.

Anoop P B anoop79 at myrealbox.com
Thu Jun 13 04:06:05 EDT 2002


check this:
http://starship.python.net/crew/aahz/OSCON2000/TOC.HTM
it may help

also, wxpython has threading support. but i dont know how good it is. 
see the wxpython demo for more info.

i too am in need of answers to ur other questions on when to use, how 
safe, memory consumption, how to get rich ;), etc.

~anoop

Alex Polite wrote:
> Okidoki. My little webspider has reached the point where further
> optimization won't pay off. But my DSL pipe is not saturated by
> far. So I guess it's time for me to start looking into threads.
> 
> I few minutes of googling on python + threads doesn't yield a
> lot. Maybe someone here can point me to a good primer. Maybe someone
> here can write a good primer.
> 
> When is threading good, when is it bad? How much memory do they
> consume? Is it safe to let multiple threads use the same db
> connection? How safe is safe? How can I get rich?
> 
> Stuff like that.
> 
> 







More information about the Python-list mailing list