Hi Folks, Is it reasonable to add [posix_]fallocate to POSIX.pm or is niche enough that it needs to be in it's own module? If your not aware of it, this system call is pretty nifty when handling lots of huge files. It potentially lets the filesystem "reserve" continuous blocks so you don't end up with a fragmenting a new file while writing it out for the first time. -J --Thread Next