> If you want to use a multithreaded design, then simply use a python
> Queue.Queue for each delivery channel. If you want to use a
> multi-process design, devise a simple protocol for communicating those
> messages from your generating database/process to your delivery channel
> over TCP sockets.

Is there some python module that provides a multi process Queue?

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

Reply via email to