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: [EMAIL PROTECTED]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to