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

Irmen de Jong irmen.NOSPAM at xs4all.nl
Wed Sep 28 13:49:30 EDT 2005


Chris Curvey wrote:

> Multi-threading may help if your python program is spending all it's
> time waiting for the network (quite possible).  If you're CPU-bound and
> not waiting on network, then multi-threading probably isn't the answer.

Unless you are on a multi cpu/ multi core machine.
(but mind Python's GIL)

--Irmen





More information about the Python-list mailing list