- From: <Irene.Vatton@inrialpes.fr>
- Date: Tue, 14 Mar 2000 09:12:29 +0100
- To: Charles McCathieNevile <charles@w3.org>
- cc: Irene.Vatton@inrialpes.fr, Dan Connolly <connolly@w3.org>, www-amaya@w3.org
In-reply-to: Your message of Mon, 13 Mar 2000 11:42:39 -0500." <Pine.LNX.4.20.0003131140230.4307-100000@tux.w3.org> > What about writing the internal format of the document every so often? WOuld > that significantly reduce the amout of code called, or just require a whole > lot more to be written? > > Also I think every 10 seconds is probably a bit excessive. But ifit had an > autosave periodically that would be helpful. I assume that the power turning > off, which my laptop sometimes does to me, is not going to be caught by the > normal crash-recovery. > > cheers > > Charles McCN The main reasons that could generate an infinite loops is a cycle in the structure chaining. If the cycling code doesn't call from time to time the event handler (which is very often the case), the program never goes out the infinite loop and cannot be stopped except by a kill. The infinite loop is the more terrific problem in a program. Irene.
Received on Tuesday, 14 March 2000 03:12:36 UTC