Re: 1 Million users.. I can't Scale!!
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

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

From: Damjan <gdamjan@gmail.com>
Date: Wed Sep 28 2005 - 21:43:36 CEST

> 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
Received on Thu Sep 29 19:17:19 2005