From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 19 Feb 2008 09:38:11 -0800 Subject: [sup-talk] save somewhere else than temp? In-Reply-To: <1203374771-sup-6461@ausone.local> References: <1203336125-sup-4686@sieni> <1203345244-sup-338@south> <1203374771-sup-6461@ausone.local> Message-ID: <1203442604-sup-2120@south> Reformatted excerpts from nicolas.pouillard's message of 2008-02-18: > If you're using Tempfile then closing the file, delete it. And > closing the process can force it to close it's files. I am using Tempfile, which has a non-deterministic behavior (at least, I can't figure out a pattern) upon crashing: sometimes it deletes the files, sometimes it leaves them. I guess the answer is to manage my own temporary files, deleting them only upon successful shutdown. -- William