Ben Gamari <bgamari.foss@gmail.com> writes: You don't say which file system you use, but ext3 and the file systems with similar journal design (like reiserfs) all have known fsync starvation issues. The problem is that any fsync has to wait for all transactions to commit, and this might take a long time depending on how busy the disk is. ext4/XFS/JFS/btrfs should be better in this regard -Andi -- ak@linux.intel.com -- Speaking for myself only. --
