I'm use flat files to manage a list containing approx 25,000 records.  For
updates, I write to a temp file then unlink main and rename temp file to
main.  I use flock for both temp and main files during update.  My main file
gets blown away on occasions.  What gives?  I can't figure out why this
happens.  Thanks for any help!

Jeff


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to