K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-09-21T03:38:11.000000Z
K 7
svn:log
V 577
storage/buffindexed/buffindexed.c:
	- From: Heath Kehoe <hakehoe@norand.com>
	- With HP/UX, you definitely do not want to mix mmap-accesses of
	  a file with read()s and write()s of the same file.  Writes may
	  get lost, and reads will see stale data, unless you do lots of
	  msyncs (which is a pain).  The buffindexed code uses mmap-accesses
	  in all but four places, so I modified those last few pwrite()s
	  to use mmap instead.  With this change, buffindexed has been
	  working reliably on my servers.  Without this change, the OV
	  buffers invariably become corrupt.

END
