From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pouillard@gmail.com (Nicolas Pouillard) Date: Wed, 20 Feb 2008 11:54:20 +0100 Subject: [sup-talk] save somewhere else than temp? In-Reply-To: <1203442604-sup-2120@south> References: <1203336125-sup-4686@sieni> <1203345244-sup-338@south> <1203374771-sup-6461@ausone.local> <1203442604-sup-2120@south> Message-ID: <1203504717-sup-2964@port-ext6.ensta.fr> Excerpts from William Morgan's message of Tue Feb 19 18:38:11 +0100 2008: > 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. Long time ago (when I did more ruby stuffs), I wrote this module (attached) that makes part of a package called core_ex. I found it far more useful than the default module. Feel free to import it. -- Nicolas Pouillard aka Ertai -------------- next part -------------- A non-text attachment was scrubbed... Name: temp_path.rb Type: application/octet-stream Size: 5318 bytes Desc: not available Url : http://rubyforge.org/pipermail/sup-talk/attachments/20080220/41dbda11/attachment.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: not available Url : http://rubyforge.org/pipermail/sup-talk/attachments/20080220/41dbda11/attachment.bin