f5devcentral / f5go

The F5 Go Redirector
MIT License
19 stars 8 forks source link

Issue 4 workaround #14

Closed wwsean08 closed 8 years ago

wwsean08 commented 8 years ago

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.

wwsean08 commented 8 years ago

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.