Preemption in python

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Sep 23 17:21:45 EDT 2007


En Sun, 23 Sep 2007 16:10:03 -0300, Kurtis Heimerl <munncha at gmail.com>  
escribi�:

> I'll explain a bit more. This thread is spawned, I also have the main  
> thread
> running a gtk windowed gui. The gui has it's own threads to deal with  
> button
> presses and such. The problem is that the gui never seems to let anyone  
> else
> run. Only on button presses that cause blocking calls (
> ossaudiodev.audio.read for instance) does the reader thread print  
> anything.

Google for "python gtk threading tutorial"

-- 
Gabriel Genellina




More information about the Python-list mailing list