1 Million users.. I can't Scale!!

Damjan gdamjan at gmail.com
Wed Sep 28 15:43:36 EDT 2005


> 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



More information about the Python-list mailing list