short term fix for issue #4 by dumping the pickle file into a temporary file and then copying it into place, this should prevent the "master" pickle file from getting corrupted.
makes sense though we'd run into the same issue in the old way as well. As far as I can tell this is currently implemented in a single threaded fashion so I feel that's a minor risk.
short term fix for issue #4 by dumping the pickle file into a temporary file and then copying it into place, this should prevent the "master" pickle file from getting corrupted.