[Twisted-Python] Addition to twisted.python.logfile

Jeremy Noetzelman jjn at kriln.com
Thu Oct 17 14:52:55 MDT 2002


On Thu, 17 Oct 2002, Andy Robinson wrote:

> What's a good guideline duration for a CPU-heavy job before one
> should consider threading?  0.01 sec? 0.1 sec? 1 sec?

Thread when it becomes a problem.  Don't thread unless you have to, or
know something will be a problem from past experience.





More information about the Twisted-Python mailing list