[Python-ideas] BackupFile (original) (raw)
Christian Heimes lists at cheimes.de
Mon Jun 25 17:21:57 CEST 2012
- Previous message: [Python-ideas] BackupFile
- Next message: [Python-ideas] BackupFile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 25.06.2012 17:03, schrieb Kim Gräsman:
This is a very valid concern -- if the process dies unexpectedly I'd leave the file replaced and the original in some temporary directory. Not sure if there's a way around that, probably not.
Your algorithm doesn't take SIGKILL, SIGSEV or server crash into account. I don't see a chance to compensate for these problems. How about you fix the 3rd party code instead?
-1 for addition of broken code.
Sorry ;) Christian
- Previous message: [Python-ideas] BackupFile
- Next message: [Python-ideas] BackupFile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]