Parameter:
RouterAllowConcurrentXFERToALLShort description: Allows multiple concurrent Notes-routing transfer threads to destinations outside the local Notes Named Network (NNN) — including connections via Connection documents and into other Domino domains. By default, multithreading is disabled there.
Profile
Parameter | RouterAllowConcurrentXFERToALL |
Syntax | RouterAllowConcurrentXFERToALL=0|1 |
Value | 0 = disabled (default), 1 = enabled |
Default | 0 (disabled outside the local NNN) |
Scope | Domino server (mail router) |
Category | Mail / Router |
GUI equivalent | NOTES.INI Settings tab in the Configuration document |
Related | MailMaxThreads (upper limit of parallel transfer threads per destination) |
Available since | 9.0.1 (continuously in HCL docs) |
Description
- SMTP transfer in the Domino router is always multithreaded.
- For Notes routing, multithreading is only active within the local Notes Named Network (NNN) by default. As soon as a connection requires a Connection document — typically for connections to other Domino domains — the router by default allows only one transfer thread per destination.
RouterAllowConcurrentXFERToALL=1removes this restriction:- The server no longer checks whether the connection is fast enough or whether the queue contains enough messages.
- Multiple parallel transfer threads are then also allowed to inter-domain destinations.
- The maximum number of parallel transfer threads per destination is still bounded by
MailMaxThreads.
Example
RouterAllowConcurrentXFERToALL=1 MailMaxThreads=4
- Domino allows up to four parallel Notes-routing transfer threads per destination — also to other domains.
Notes
- HCL recommends this switch only on servers with high bandwidth to the destinations. On slow WAN links, multithreading can degrade performance instead of improving it.
- Change requires a restart of the router task (
restart task router) or a server restart.
- The effect only takes hold once
MailMaxThreadsalso has a sensible value > 1.
- Works on all supported platforms.
Sources (HCL Product Documentation)
- HCL Domino 11.0.1 – Enabling multiple concurrent transfer threads between Domino domains: help.hcl-software.com/domino/11.0.1/admin/conf_enablingmultipleconcurrenttransferthreadsbetweendom_t.html
- HCL Domino 10.0.1 – Enabling multiple concurrent transfer threads between Domino domains: help.hcl-software.com/domino/10.0.1/admin/conf_enablingmultipleconcurrenttransferthreadsbetweendom_t.html