On Tue, Dec 22, 2009 at 02:01:47PM +0530, Venkatraman S wrote: > Are you sure about this? As in, multithreading *in* python does help?
Yes, very much. It is a prevalent misunderstanding that multi-threading in python does not help at all. For IO operations like reading a file, listening and reading from a socket, multi threading is pretty fine. -- Senthil _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
