in reply to File Loader (load the content of a file and insert into DB)

One thing you have to watch out for here is that the file has actually been fully written. I recently wrote something like this using SGI::FAM, and every once in a while I would get blank contents... I would highly advise using flock to make sure that the new file has finished being copied/moved/written before you start processing it.
  • Comment on Re: File Loader (load the content of a file and insert into DB)