NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Writing to Disk (Score:1)
The filesystem != the disk. If you're quick (for certain values of quick) you can write to the filesystem from one process, read it in from another, and delete the data before the computer decides it needs to flush that data out to a physical device.
This kind of stuff really is up to the OS. I wouldn't worry about it so much.
Reply to This