Code

added posix_fadvise support (untested) ... this should help performance by
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 17 May 2007 08:44:06 +0000 (08:44 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 17 May 2007 08:44:06 +0000 (08:44 +0000)
commit262f7464fbd838081c85097854afb5ce56e54418
treeaedb2dd8c25b933a288af89030e1a860e8920456
parent2c58f2bdfc795af8d121db788f6f5267ff3cd1f0
added posix_fadvise support (untested) ... this should help performance by
stopping read-ahead and droping buffer cache for all rrd data except the
file header portion. Newly created files are fdsynced to disk and released
from cache after creation, to soften the blow on buffer cache by creating
new rrds.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1062 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/configure.ac
program/src/Makefile.am
program/src/rrd_create.c
program/src/rrd_fetch.c
program/src/rrd_open.c
program/src/rrd_update.c