Daylight v4.9 Release Date: 1 February 2008 Namedt_thor_cachesync - write all cached data to diskGeneric Prototypedt_thor_cachesync(dt_Handle) => dt_BooleanC Prototype#include "dt_thor.h"dt_Boolean dt_thor_cachesync(dt_Handle database) FORTRAN Prototypeinclude 'dt_f_thor.inc'logical dt_f_thor_cachesync(database) integer*4 database DescriptionForces all cached data to be written to disk immediately. This should only be done occasionally, since it may require writing a large amount of data even when only a few records have changed. A THOR server typically does not keep track of cached changes on a record-by-record basis. This means that the server must write all cached data, as opposed to modified data.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_thor_cache(3) dt_thor_cachecontrol(3) |