Async
Set Async
to the name of the configuration section where you define configuration settings for asynchronous actions, such as the number of threads. Use this parameter if you want to enable asynchronous actions for IDOL Content Component.
For example:
[Actions] Async=AsyncActions [AsyncActions] Threads=3
You can send only certain actions asynchronously (see the list of actions for the Synchronous parameter). To run an action asynchronously, you set the Synchronous parameter to False
for the action. For more information about asynchronous actions, refer to the IDOL Server Administration Guide.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Actions |
Example: | Async=AsyncActions
|
See Also: |