what is the best practice to separate Pygtk and long running thread code

Thomas Guettler niemand.leermann at thomas-guettler.de
Mon Sep 25 09:57:11 EDT 2006


seb wrote:

> The best thing would be to have a queue feature that would be be shared
> between processes but as far as I know It does not exists in python.

There is a queue class to share data between threads:

http://docs.python.org/lib/module-Queue.html

-- 
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: niemand.leermann at thomas-guettler.de




More information about the Python-list mailing list