gobject.threads_init()
does not magically put your things into separate threads. It only tells the library that you're going to use threads, and sets up some locking. You'll still have to create the threads yourself.
Matti Virkkunen
2010-07-26 15:46:16