If I have multiple forked Perl processes on a UNIX box that need to append the same file, would it be prudent to lock the file first or is that really only an issue if the multiple processes are re-creating the file?? I know this is kinda-sorta not that perl related but any pointers you could provide as to where I could RTFM would be super.