TransientDbPath

String (disk-path)

Database path

Purpose

The TransientDbPath parameter specifies the path for the transient object database, allowing each client to specify a unique path for the transient overflow. If the transient cache overflows, transient objects are written out to a .tmp file in the transient database specified for each node. If no transientDbPath is specified, JADE attempts to use the database path. If that is not available, it uses the directory specified in the TEMP environmental variable.

If the PrintStatistics parameter in the [TransientDb] section is set to true, transient database statistics are output to the tdb_statistics.log file, located in the transient database path specified by this parameter.

Parameter is read when …

The application server or the standard (fat) client node is next initialized.

Hints

Use a local disk whenever possible, if network traffic must be kept to a minimum.

If the client node does not have access to the database path or the transient database path, the cache overflow is stored in the temp directory. (For more details, see "JADE Object Handling", in Chapter 1 of the JADE Object Manager Guide.)