in reply to Bad Idea? Questions of performance issues, file locking, and GPG

just curious, what happend to the: ... flatfile backup that I put in a year or so because we were losing some emails ... ?

Is that essentially the same as the file you are trying to write out now, except not encrytped?

I think kvale's suggestion of storing each submission to a separate encrypted file and then running and end of day job to join them up and send them will be easiest to implement.
  • Comment on Re: Bad Idea? Questions of performance issues, file locking, and GPG

Replies are listed 'Best First'.
Re^2: Bad Idea? Questions of performance issues, file locking, and GPG
by hmbscully (Scribe) on Apr 12, 2006 at 18:05 UTC
    Its kind of basically the same file, but yes, the encryption thing is the sticking point. I have no qualms about creating a flatfile. I'm going to investigate the idea of separate encrypted files and the Deep module. Thanks!