enkur / ATT-Fiber-Check

script to check where Fiber is available
26 stars 9 forks source link

Implement locking for write access to output files #15

Closed phobozad closed 7 years ago

phobozad commented 7 years ago

Ensure we are saving data in a thread-safe way. Apply locks around file writes and don't hold the file open longer than needed for the write/append operation.