Configure Asynchronous Actions
You can use the DAH to distribute asynchronous actions to child servers in mirror mode. When you send an asynchronous action, the child server immediately returns a token and queues the action. To check the status of the action, you send the QueueInfo
action with the token returned by the child server.
For details of asynchronous actions and the QueueInfo
action, refer to the documentation for the server you are using.
-
Add the AsynchronousCommands configuration parameter to the DAH configuration file.
For example:
[Server] AysnchronousCommands=ingest,tiff
In this example, DAH distributes the
ingest
andtiff
asynchronous actions to its child servers.