Antoine Pitrou wrote: > I think your "synced" flag is too vague. Some applications may need the file to > be synced on close(), but some others may need it to be synced at regular > intervals, or after each write(), etc. Why wouldn't sync just be an optional argument to close(), at least for the "sync_on_close" case? Eric.