Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
Gdbm
Gdbm.gdbm

Method Gdbm.gdbm()->sync()


Method sync

void Gdbm.gdbm()->sync()

Description

When opening the database with the 'f' flag writings to the database can be cached in memory for a long time. Calling sync will write all such caches to disk and not return until everything is stored on the disk.