Skip to main content

Name

delivery_pool — associate a pool of event loops with email delivery to use multiple threads

Synopsis

delivery_pool = "pool_name"

Description

Note

To use this option, you must have a Supercharger license.

This option is used in a multiple event loop configuration. To configure threading for email delivery, assign delivery_pool the name of your eventloop. Note that the name must match what was defined in the EventLoop configuration. See eventloop.

For an example multiple event loop configuration, see Configuring Multiple Event Loops .

Note

If you change the value of delivery_pool at runtime, you must restart the ecelerity process using the executable command ec_ctl. Note: issuing the ec_console command config reload will not work.

There is no default value for this option.

Scope

delivery_pool is valid in the global scope.

See Also

Was this page helpful?