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 <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
