Technical References - [flushdatabases]

numero = 259
interpreted = N
texte = Putting [flushdatabases] in your template causes all databases to be written to disk and closed. This is only needed for special cases (usually before appending to a file) where you need to change a file that may be cached in RAM, and you do not know the exact name of the database. WebDNA automatically closes databases when it needs more memory, so you typically do not need to use this tag.

It is important to understand that writing all your databases to disk might take several seconds, depending on the size of your databases and the speed of your disk. In most cases, [commitdatabase] is more appropriate.

Putting [flushdatabases] in your template causes all databases to be written to disk and closed. This is only needed for special cases (usually before appending to a file) where you need to change a file that may be cached in RAM, and you do not know the exact name of the database. WebDNA automatically closes databases when it needs more memory, so you typically do not need to use this tag.

It is important to understand that writing all your databases to disk might take several seconds, depending on the size of your databases and the speed of your disk. In most cases, [commitdatabase] is more appropriate.


DOWNLOAD WEBDNA NOW!

Top Articles:

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

F.A.Q

A compilation of some user's questions...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Tips and Tricks

A list of user-submitted tips ...

WebDNA Libraries

A list of available libraries for WebDNA...

Related Readings:

[xmlnodesattributes]

This context is used to iterate the attributes of a specific XML node...

[exclusivelock]

Prevents other threads from simultaneously accessing a group of databases...

[middle]

Extracts middle portion of the text between any two strings...

[listvariables]

Lists all the text and/or math variables which have been set earlier on a page...

[writefile]

[writefile] functions allows you to perform a wide variety of tasks...

[password]

Using [password] and [username] is an easy was to show the browser login dialog box...