[Twisted-Python] Uninteruptable infinite loop: Woven rendering
Glyph Lefkowitz
glyph at twistedmatrix.com
Sun Aug 10 19:59:33 MDT 2003
On Sunday, August 10, 2003, at 05:25 PM, Mary wrote:
> Do infinite loops always make twistd uninteruptable?
As you might imagine, it's not twistd, but python.
Some do, and some don't. I _think_ that the difference is that
infinite loops which allocate memory are uninterruptible but those
which are simply iterating can be interrupted, but I have never managed
to establish a deterministic difference.
More information about the Twisted-Python
mailing list