$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: JH (jupiter.hce_at_[hidden])
Date: 2019-09-13 08:50:39
Hi,
I am using boost::filesystem to write / remove files to NAND flash
file system where it writes by pages, the system can cache and pack
data upon write back to avoid segmentation if fsync(), fdatasync(),
O_SYNC or a sync mounted filesystem are not used to force write.
Will the boost::filesystem::ofstream and operator<< involve any of
sync call? Which IO library is not using sync call?
Thank you.
Kind regards,
- jupiter