Description
Durable file writes can be requested from Perl code through fsync and sync calls. Developers use this library when applications need stronger guarantees that data reached storage before continuing. It affects filesystem flushing behavior and should be used thoughtfully because it can slow IO-heavy programs.