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


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

Reply via email to