Posted: Mon Sep 13, 2004 1:39 am Post subject: Persistent I/O synchronization method?
Newbie
Joined: 18 Aug 2004 Posts: 2
Hi. I'm wondering if anybody here offhand knows the mechanism used to synchronize logfile data with physical disk media. I'm particularly interested in Solaris and Linux versions of Websphere MQ 5.3.
fsync() ? fdatasync() ? O_SYNC ? O_DSYNC ?
Anything ring a bell? I suppose I may be able to find out by trussing enough processes and looking for open() and write() calls on log files.
On Solaris at least I'm finding quite drastic difference in performance between the function calls and the open() mechanisms.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum