Damjan> Is there some python module that provides a multi process Queue?
Skip> Not as cleanly encapsulated as Queue, but writing a class that Skip> does that shouldn't be all that difficult using a socket and the Skip> pickle module. Here's a trivial implementation of a pair of blocking queue classes: http://orca.mojam.com/~skip/python/SocketQueue.py Skip -- http://mail.python.org/mailman/listinfo/python-list