I really like cooperative threads. You have really fine grained control (if you want it), the programming model is extremely easy to understand. Plus you will have no cross platform issues. Historically non-unix platforms threading support was flaky. Perhaps it it better now.
Stephen. http://meld.sf.net
I have been going around in circles for weeks now, I would love some help. Is there a standard way to thread or otherwise divide tasks with PyGtk. I know you can use: -the thread module -the threading module -the Queue module -the Gtasklets module with pseudo threads -the time module to time different tasks.
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
