[Twisted-Python] application shutdown and control-C
Itamar Shtull-Trauring
itamar at itamarst.org
Thu Sep 15 13:15:04 MDT 2005
On Thu, 2005-09-15 at 11:54 -0700, Antony Kummel wrote:
> When running an application on Windows with twistd,
> and stopping it with Control-C, sometimes it shuts
> down properly, and sometimes it just stops abruptly,
> which also means it doesn't get written to
> *-shutdown.tap. That's no good! Has anyone experienced
> this before?
1. You should not depend on creation of .tap in shutdown. Never store
anything important in a .tap.
2. That sounds kinda wierd, it should shut down cleanly.
More information about the Twisted-Python
mailing list