Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
When the "syncLedger" parameter is set to TIBRV_TRUE, the following happens:
- On systems that support STDIO only, we use fflush().
- On Win32, we pass the FILE_FLAG_WRITE_THROUGH parameter to CreateFile().
- On all other platforms, we use, in order of preference, O_DSYNC, O_SYNC and fsync().